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:
createInputStream
in interfaceIOFactory
- Throws:
FileNotFoundException
-
createOutputStream
- Specified by:
createOutputStream
in interfaceIOFactory
- Throws:
FileNotFoundException
-
createFile
- Specified by:
createFile
in interfaceIOFactory
-