Class SimpleObjectOutput
- java.lang.Object
-
- org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
-
- org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput
-
- All Implemented Interfaces:
DataOutput,ObjectOutput,AutoCloseable
public class SimpleObjectOutput extends SimpleDataOutput implements ObjectOutput
ObjectOutputimplementation used to read the unexposed fields of anExternalizableobject.- Author:
- Paul Ferraro
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSimpleObjectOutput.Builder-
Nested classes/interfaces inherited from class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
SimpleDataOutput.ArrayConsumer<T>, SimpleDataOutput.GenericArrayConsumer<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidflush()voidwriteObject(Object value)-
Methods inherited from class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.io.DataOutput
writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
-
Methods inherited from interface java.io.ObjectOutput
write, write, write
-
-
-
-
Method Detail
-
writeObject
public void writeObject(Object value)
- Specified by:
writeObjectin interfaceObjectOutput
-
flush
public void flush()
- Specified by:
flushin interfaceObjectOutput
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceObjectOutput
-
-