Class SimpleDataInput
java.lang.Object
org.wildfly.clustering.marshalling.protostream.SimpleDataInput
- All Implemented Interfaces:
DataInput
- Direct Known Subclasses:
SimpleObjectInput
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilds a simple data input. -
Method Summary
-
Method Details
-
readUTF
-
readInt
-
readLong
-
readDouble
public double readDouble()- Specified by:
readDoublein interfaceDataInput
-
readFully
-
readFully
-
skipBytes
-
readBoolean
public boolean readBoolean()- Specified by:
readBooleanin interfaceDataInput
-
readByte
-
readUnsignedByte
public int readUnsignedByte()- Specified by:
readUnsignedBytein interfaceDataInput
-
readShort
-
readUnsignedShort
public int readUnsignedShort()- Specified by:
readUnsignedShortin interfaceDataInput
-
readChar
-
readFloat
-
readLine
-