|
|||||||||
| Home >> All >> alt >> java >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
alt.java.io
Interface IOFactory

- All Known Implementing Classes:
- IOFactoryImpl
- public interface IOFactory
| Method Summary | |
File |
createFile(java.lang.String fileName)
|
java.io.InputStream |
createInputStream(File aFile)
|
java.io.OutputStream |
createOutputStream(File aFile)
|
| Method Detail |
createInputStream
public java.io.InputStream createInputStream(File aFile) throws java.io.FileNotFoundException
createOutputStream
public java.io.OutputStream createOutputStream(File aFile) throws java.io.FileNotFoundException
createFile
public File createFile(java.lang.String fileName)
|
|||||||||
| Home >> All >> alt >> java >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC