public interface ObjectOutput extends DataOutput
| Modifier and Type | Method and Description |
|---|---|
void |
writeObject(Object obj)
write object.
|
flushBuffer, writeBool, writeByte, writeBytes, writeBytes, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFvoid writeObject(Object obj) throws IOException
obj - object.IOExceptionCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.