Package alt.java.io
Class IOFactoryImpl
java.lang.Object
alt.java.io.IOFactoryImpl
- All Implemented Interfaces:
IOFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFile(String fileName) createInputStream(File aFile) createOutputStream(File aFile)
-
Constructor Details
-
IOFactoryImpl
public IOFactoryImpl()
-
-
Method Details
-
createInputStream
- Specified by:
createInputStreamin interfaceIOFactory- Throws:
FileNotFoundException
-
createOutputStream
- Specified by:
createOutputStreamin interfaceIOFactory- Throws:
FileNotFoundException
-
createFile
- Specified by:
createFilein interfaceIOFactory
-