|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectInputStream<I>
Similar to a java.io.InputStream, except using generics to present of a stream of type I objects.
| Method Summary | |
|---|---|
int |
available()
Return how many objects are available for reading. |
void |
close()
Close the stream. |
boolean |
isEOF()
Determine if the stream has been closed. |
I |
read()
Return the next object in the stream. |
| Method Detail |
|---|
int available()
I read()
throws ObjectStreamClosedException
ObjectStreamClosedException - if the stream has been closed.boolean isEOF()
void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||