|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
void |
notifyClose(java.io.InputStream in)
The stream has been closed. |
void |
notifyEOF(java.io.InputStream in)
The end of the stream has been reached. |
void |
notifyFailure(java.io.InputStream in)
The stream doesn't support monitoring. |
| Method Detail |
public void notifyEOF(java.io.InputStream in)
in - The stream that has reached enf od file.public void notifyClose(java.io.InputStream in)
in - The stream that has been closed.public void notifyFailure(java.io.InputStream in)
in - The stream on which an IO exception occured.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||