Google Web Toolkit
« prev
next »
Google Code Home
>
Google Web Toolkit
>
GWT Class Reference
>
com.google.gwt.user.client.rpc
>
SerializationStreamReader
Google Web Toolkit
Download GWT
Product Overview
Getting Started Guide
Example Projects
Developer Guide
Class Reference
Issue Tracking
Developer Forum
GWT Blog
GWT FAQ
Making GWT Better
Third Party Tools
Search Google Code:
Interface SerializationStreamReader
public interface
SerializationStreamReader
An interface for reading values from a stream.
Methods
readBoolean()
readByte()
readChar()
readDouble()
readFloat()
readInt()
readLong()
readObject()
readShort()
readString()
Method Detail
readBoolean
public boolean
readBoolean
()
throws
SerializationException
readByte
public byte
readByte
()
throws
SerializationException
readChar
public char
readChar
()
throws
SerializationException
readDouble
public double
readDouble
()
throws
SerializationException
readFloat
public float
readFloat
()
throws
SerializationException
readInt
public int
readInt
()
throws
SerializationException
readLong
public long
readLong
()
throws
SerializationException
readObject
public
Object
readObject
()
throws
SerializationException
readShort
public short
readShort
()
throws
SerializationException
readString
public
String
readString
()
throws
SerializationException