public interface ObjectOutput extends DataOutput
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(byte[] var0) |
void |
write(byte[] var0,
int var1,
int var2) |
void |
write(int var0) |
void |
writeObject(Object var0) |
writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFvoid close()
throws IOException
IOExceptionvoid flush()
throws IOException
IOExceptionvoid write(byte[] var0)
throws IOException
write in interface DataOutputIOExceptionvoid write(byte[] var0,
int var1,
int var2)
throws IOException
write in interface DataOutputIOExceptionvoid write(int var0)
throws IOException
write in interface DataOutputIOExceptionvoid writeObject(Object var0) throws IOException
IOException