Package alt.java.io

Class IOFactoryImpl

  • All Implemented Interfaces:
    IOFactory

    public class IOFactoryImpl
    extends java.lang.Object
    implements IOFactory
    • Constructor Detail

      • IOFactoryImpl

        public IOFactoryImpl()
    • Method Detail

      • createInputStream

        public java.io.InputStream createInputStream​(File aFile)
                                              throws java.io.FileNotFoundException
        Specified by:
        createInputStream in interface IOFactory
        Throws:
        java.io.FileNotFoundException
      • createOutputStream

        public java.io.OutputStream createOutputStream​(File aFile)
                                                throws java.io.FileNotFoundException
        Specified by:
        createOutputStream in interface IOFactory
        Throws:
        java.io.FileNotFoundException
      • createFile

        public File createFile​(java.lang.String fileName)
        Specified by:
        createFile in interface IOFactory