|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectOutputStream
Provides methods for writing an Object to an OutputStream.
Method Summary | |
---|---|
void |
writeObject(Object obj)
Write an object to the stream. |
Methods inherited from interface com.sentilla.io.DataOutput |
---|
writeBoolean, writeByte, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF |
Methods inherited from interface com.sentilla.io.Output |
---|
close, flush, write, write, write |
Methods inherited from interface com.sentilla.io.DataOutput |
---|
writeBoolean, writeByte, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF |
Methods inherited from interface com.sentilla.io.Output |
---|
close, flush, write, write, write |
Methods inherited from interface com.sentilla.io.Output |
---|
close, flush, write, write, write |
Method Detail |
---|
void writeObject(Object obj)
writeObject
in interface ObjectOutput
obj
- Object to write
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |