|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectOutputStream<I>
Similar to a java.io.OutputStream, except using generics to present of a stream of type I objects.
| Method Summary | |
|---|---|
void |
close()
Close the stream. |
void |
flush()
Flush any "pending" "writes" in the stream. |
void |
write(I d)
Write an object to the stream. |
| Method Detail |
|---|
void write(I d)
throws ObjectStreamClosedException
d - the object to write.
ObjectStreamClosedException - if the stream has been closed.void close()
void flush()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||