Class SimpleObjectOutput
java.lang.Object
org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput
- All Implemented Interfaces:
DataOutput,ObjectOutput,AutoCloseable
ObjectOutput implementation used to read the unexposed fields of an Externalizable object.- Author:
- Paul Ferraro
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
SimpleDataOutput.ArrayConsumer<T>, SimpleDataOutput.GenericArrayConsumer<T> -
Method Summary
Methods inherited from class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.io.DataOutput
writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFMethods inherited from interface java.io.ObjectOutput
write, write, write
-
Method Details
-
writeObject
- Specified by:
writeObjectin interfaceObjectOutput
-
flush
public void flush()- Specified by:
flushin interfaceObjectOutput
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceObjectOutput
-