Class IOUtils


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

      Constructors 
      Constructor Description
      IOUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.ArrayList<java.lang.String> readFile2ArrayList​(java.io.File myFile)  
      static java.lang.String readFile2String​(java.io.File myFile)  
      • Methods inherited from class java.lang.Object

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

      • IOUtils

        public IOUtils()
    • Method Detail

      • readFile2ArrayList

        public static java.util.ArrayList<java.lang.String> readFile2ArrayList​(java.io.File myFile)
                                                                        throws java.io.FileNotFoundException,
                                                                               java.io.IOException
        Throws:
        java.io.FileNotFoundException
        java.io.IOException
      • readFile2String

        public static java.lang.String readFile2String​(java.io.File myFile)
                                                throws java.io.FileNotFoundException,
                                                       java.io.IOException
        Throws:
        java.io.FileNotFoundException
        java.io.IOException