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 ClassesModifier and TypeClassDescriptionstatic classBuilder of a simple object output. -
Method Summary
Methods inherited from class SimpleDataOutput
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DataOutput
writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFMethods inherited from interface 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
-