com.google.gwt.user.client.rpc.impl
Class ClientSerializationStreamReader

java.lang.Object
  extended by com.google.gwt.user.client.rpc.impl.AbstractSerializationStream
      extended by com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader
          extended by com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader
All Implemented Interfaces:
SerializationStreamReader

public final class ClientSerializationStreamReader
extends AbstractSerializationStreamReader

For internal use only. Used for server call serialization.


Field Summary
 
Fields inherited from class com.google.gwt.user.client.rpc.impl.AbstractSerializationStream
DEFAULT_FLAGS, FLAG_ELIDE_TYPE_NAMES, RPC_SEPARATOR_CHAR, SERIALIZATION_STREAM_MIN_VERSION, SERIALIZATION_STREAM_VERSION
 
Constructor Summary
ClientSerializationStreamReader(Serializer serializer)
           
 
Method Summary
 void prepareToRead(java.lang.String encoded)
          Prepare to read the stream.
 boolean readBoolean()
           
 byte readByte()
           
 char readChar()
           
 double readDouble()
           
 float readFloat()
           
 int readInt()
           
 long readLong()
          
Methods inherited from class com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader
fromDoubles, readObject
 
Methods inherited from class com.google.gwt.user.client.rpc.impl.AbstractSerializationStream
addFlags, getFlags, getVersion, hasFlags, setFlags
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientSerializationStreamReader

public ClientSerializationStreamReader(Serializer serializer)
Method Detail

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()