java.lang.Object
alt.java.io.IOFactoryImpl
- All Implemented Interfaces:
- IOFactory
- public class IOFactoryImpl
- extends java.lang.Object
- implements IOFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IOFactoryImpl
public IOFactoryImpl()
createInputStream
public java.io.InputStream createInputStream(File aFile)
throws java.io.FileNotFoundException
- Specified by:
createInputStream in interface IOFactory
createOutputStream
public java.io.OutputStream createOutputStream(File aFile)
throws java.io.FileNotFoundException
- Specified by:
createOutputStream in interface IOFactory
createFile
public File createFile(java.lang.String fileName)
- Specified by:
createFile in interface IOFactory