|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectalt.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 IOFactoryjava.io.FileNotFoundException
public java.io.OutputStream createOutputStream(File aFile)
throws java.io.FileNotFoundException
createOutputStream in interface IOFactoryjava.io.FileNotFoundExceptionpublic 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 | ||||||||||