|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object alt.java.io.IOFactoryImpl
Constructor Summary | |
IOFactoryImpl()
|
Method Summary | |
File |
createFile(java.lang.String fileName)
|
java.io.InputStream |
createInputStream(File aFile)
|
java.io.OutputStream |
createOutputStream(File aFile)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IOFactoryImpl()
Method Detail |
public java.io.InputStream createInputStream(File aFile) throws java.io.FileNotFoundException
createInputStream
in interface IOFactory
java.io.FileNotFoundException
public java.io.OutputStream createOutputStream(File aFile) throws java.io.FileNotFoundException
createOutputStream
in interface IOFactory
java.io.FileNotFoundException
public File createFile(java.lang.String fileName)
createFile
in interface IOFactory
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |