Class FileReader


  • public class FileReader
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FileReader()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void readFile​(java.io.File file)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileReader

        public FileReader()
    • Method Detail

      • readFile

        public static void readFile​(java.io.File file)