|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFile
This interface defines the operations available on a file.
Method Summary | |
---|---|
boolean |
exists()
Test if the file exists. |
java.io.InputStream |
openInputStream()
Open an input stream. |
java.io.OutputStream |
openOutputStream()
Open an output stream. |
Method Detail |
---|
java.io.InputStream openInputStream() throws java.io.IOException
The stream must be closed after being used.
java.io.IOException
- an io exception occuredjava.io.OutputStream openOutputStream() throws java.io.IOException
The stream must be closed after being used.
java.io.IOException
- an io exception occuredboolean exists()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |