Package alt.java.io

Interface IOFactory

    • Method Detail

      • createInputStream

        java.io.InputStream createInputStream​(File aFile)
                                       throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
      • createOutputStream

        java.io.OutputStream createOutputStream​(File aFile)
                                         throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
      • createFile

        File createFile​(java.lang.String fileName)