DataOutput
ObjectOutputStream
public interface ObjectOutput extends DataOutput
Modifier and Type | Method | Description |
---|---|---|
void |
close() |
|
void |
flush() |
|
void |
writeObject(Object var0) |
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
void close() throws IOException
IOException
void flush() throws IOException
IOException
void writeObject(Object var0) throws IOException
IOException