public class StreamReader
extends com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader
DEFAULT_FLAGS, FLAG_ELIDE_TYPE_NAMES, FLAG_RPC_TOKEN_INCLUDED, RPC_SEPARATOR_CHAR, SERIALIZATION_STREAM_JSON_VERSION, SERIALIZATION_STREAM_MAX_VERSION, SERIALIZATION_STREAM_MIN_VERSION, SERIALIZATION_STREAM_VERSION, VALID_FLAGS_MASK| Constructor and Description |
|---|
StreamReader(com.google.gwt.user.client.rpc.impl.Serializer serializer,
com.google.gwt.typedarrays.shared.ArrayBuffer data) |
StreamReader(com.google.gwt.user.client.rpc.impl.Serializer serializer,
ByteBuffer bb,
com.google.gwt.core.client.JsArrayString strings) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
deserialize(String s) |
protected String |
getString(int i) |
void |
prepareToRead(String encoded) |
boolean |
readBoolean() |
byte |
readByte() |
char |
readChar() |
double |
readDouble() |
float |
readFloat() |
int |
readInt() |
long |
readLong() |
short |
readShort() |
String |
readString() |
fromDoubles, getDecodedObject, readObject, rememberDecodedObject, reserveDecodedObjectIndexpublic StreamReader(com.google.gwt.user.client.rpc.impl.Serializer serializer,
ByteBuffer bb,
com.google.gwt.core.client.JsArrayString strings)
public StreamReader(com.google.gwt.user.client.rpc.impl.Serializer serializer,
com.google.gwt.typedarrays.shared.ArrayBuffer data)
public void prepareToRead(String encoded) throws com.google.gwt.user.client.rpc.SerializationException
prepareToRead in class com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReadercom.google.gwt.user.client.rpc.SerializationExceptionprotected Object deserialize(String s) throws com.google.gwt.user.client.rpc.SerializationException
deserialize in class com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReadercom.google.gwt.user.client.rpc.SerializationExceptionprotected String getString(int i)
getString in class com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReaderpublic boolean readBoolean()
throws com.google.gwt.user.client.rpc.SerializationException
com.google.gwt.user.client.rpc.SerializationExceptionpublic byte readByte()
throws com.google.gwt.user.client.rpc.SerializationException
com.google.gwt.user.client.rpc.SerializationExceptionpublic char readChar()
throws com.google.gwt.user.client.rpc.SerializationException
com.google.gwt.user.client.rpc.SerializationExceptionpublic double readDouble()
throws com.google.gwt.user.client.rpc.SerializationException
com.google.gwt.user.client.rpc.SerializationExceptionpublic float readFloat()
throws com.google.gwt.user.client.rpc.SerializationException
com.google.gwt.user.client.rpc.SerializationExceptionpublic int readInt()
throws com.google.gwt.user.client.rpc.SerializationException
com.google.gwt.user.client.rpc.SerializationExceptionpublic long readLong()
throws com.google.gwt.user.client.rpc.SerializationException
com.google.gwt.user.client.rpc.SerializationExceptionpublic short readShort()
throws com.google.gwt.user.client.rpc.SerializationException
com.google.gwt.user.client.rpc.SerializationExceptionpublic String readString() throws com.google.gwt.user.client.rpc.SerializationException
com.google.gwt.user.client.rpc.SerializationExceptionCopyright © 2011–2018 Vertispan LLC. All rights reserved.