Class FileUtils


  • public class FileUtils
    extends java.lang.Object
    • Method Summary

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

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

      • newBufferedInputStream

        public static java.io.BufferedInputStream newBufferedInputStream​(java.lang.String path)
                                                                  throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
      • newBufferedInputStream

        public static java.io.BufferedInputStream newBufferedInputStream​(java.io.File file)
                                                                  throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException