long |
readLong()
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientSerializationStreamReader
public ClientSerializationStreamReader(Serializer serializer)
prepareToRead
public void prepareToRead(java.lang.String encoded)
throws SerializationException
- Description copied from class:
AbstractSerializationStreamReader
- Prepare to read the stream.
- Overrides:
prepareToRead in class AbstractSerializationStreamReader
- Parameters:
encoded - unused true if the stream is encoded
- Throws:
SerializationException
readBoolean
public boolean readBoolean()
readByte
public byte readByte()
readChar
public char readChar()
readDouble
public double readDouble()
readFloat
public float readFloat()
readInt
public int readInt()
readLong
readShort
public short readShort()
readString
public java.lang.String readString()
|