Class FileToolbox


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

      Constructors 
      Constructor Description
      FileToolbox()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.InputStream getInputStream​(java.lang.String fileName)
      Loads a file into a stream
      • Methods inherited from class java.lang.Object

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

      • FileToolbox

        public FileToolbox()
    • Method Detail

      • getInputStream

        public static java.io.InputStream getInputStream​(java.lang.String fileName)
        Loads a file into a stream
        Parameters:
        fileName - file name
        Returns:
        a stream composed of this file