|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface must be implemented by all classes used in
filtering an input stream to a DriverIn
object.
ProxyAgent
,
DriverIn
Method Summary | |
void |
close()
Closes the stream. |
Notification |
readNotification()
Gets a Notification from the stream. |
Method Detail |
public Notification readNotification() throws java.lang.ClassNotFoundException, java.io.IOException
Notification
from the stream.
null
on end of stream.
java.lang.ClassNotFoundException
- when the notification class may not be found
java.io.IOException
- thrown by the underlying stream operationspublic void close() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |