Google Web Toolkit (Beta)
« prev
next »
Google Code Home
>
Google Web Toolkit
>
GWT Class Reference
>
com.google.gwt.user.client.rpc
>
SerializationStreamReader
Google Web Toolkit
Product Overview
Getting Started Guide
Download SDK
Developer Guide
Example Projects
GWT Class Reference
JRE Emulation Library
Web Toolkit FAQ
Web Toolkit Blog
Issue Tracking
Developer Forum
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