Class SimpleObjectInput
java.lang.Object
org.wildfly.clustering.marshalling.protostream.SimpleDataInput
org.wildfly.clustering.marshalling.protostream.SimpleObjectInput
- All Implemented Interfaces:
DataInput, ObjectInput, AutoCloseable
ObjectInput implementation used to write the unexposed fields of an Externalizable object.- Author:
- Paul Ferraro
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder of a simple object input. -
Method Summary
Methods inherited from class SimpleDataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
-
Method Details
-
readObject
- Specified by:
readObjectin interfaceObjectInput
-
read
public int read()- Specified by:
readin interfaceObjectInput
-
read
public int read(byte[] bytes) - Specified by:
readin interfaceObjectInput
-
read
public int read(byte[] bytes, int offset, int length) - Specified by:
readin interfaceObjectInput
-
skip
public long skip(long n) - Specified by:
skipin interfaceObjectInput
-
available
public int available()- Specified by:
availablein interfaceObjectInput
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceObjectInput
-