public class BufferObjectOutput extends BufferDataOutput implements ObjectOutput
| Constructor and Description |
|---|
BufferObjectOutput(BufferOutput buffer,
Serializer serializer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
writeObject(Object obj) |
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrite, write, writewriteBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFpublic BufferObjectOutput(BufferOutput buffer, Serializer serializer)
public void writeObject(Object obj) throws IOException
writeObject in interface ObjectOutputIOExceptionpublic void flush()
throws IOException
flush in interface ObjectOutputIOExceptionpublic void close()
throws IOException
close in interface ObjectOutputclose in interface AutoCloseableIOExceptionCopyright © 2013–2015. All rights reserved.