Class SimpleDataInput
java.lang.Object
org.wildfly.clustering.marshalling.protostream.SimpleDataInput
- All Implemented Interfaces:
DataInput
- Direct Known Subclasses:
SimpleObjectInput
DataInput implementation used to write the unexposed fields of an
invalid reference
org.jgroups.util.Streamable
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
readUTF
-
readInt
public int readInt() -
readLong
public long readLong() -
readDouble
public double readDouble()- Specified by:
readDoublein interfaceDataInput
-
readFully
public void readFully(byte[] bytes) -
readFully
public void readFully(byte[] bytes, int offset, int length) -
skipBytes
public int skipBytes(int n) -
readBoolean
public boolean readBoolean()- Specified by:
readBooleanin interfaceDataInput
-
readByte
public byte readByte() -
readUnsignedByte
public int readUnsignedByte()- Specified by:
readUnsignedBytein interfaceDataInput
-
readShort
public short readShort() -
readUnsignedShort
public int readUnsignedShort()- Specified by:
readUnsignedShortin interfaceDataInput
-
readChar
public char readChar() -
readFloat
public float readFloat() -
readLine
-