|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflex.messaging.io.amf.AbstractAmfInput
public abstract class AbstractAmfInput
A deserializer of AMF protocol data.
ActionMessageOutput| Constructor Summary | |
|---|---|
AbstractAmfInput(SerializationContext context)
Construct a deserializer without connecting it to an input stream. |
|
| Method Summary | |
|---|---|
int |
available()
|
void |
close()
|
int |
read()
|
int |
read(byte[] bytes)
|
int |
read(byte[] bytes,
int offset,
int length)
|
boolean |
readBoolean()
|
byte |
readByte()
|
char |
readChar()
|
double |
readDouble()
|
float |
readFloat()
|
void |
readFully(byte[] bytes)
|
void |
readFully(byte[] bytes,
int offset,
int length)
|
int |
readInt()
|
String |
readLine()
Deprecated. |
long |
readLong()
|
short |
readShort()
|
int |
readUnsignedByte()
|
int |
readUnsignedShort()
|
String |
readUTF()
|
void |
reset()
Clear all object reference information so that the instance can be used to deserialize another data structure. |
void |
setDebugTrace(AmfTrace trace)
Turns on "trace" debugging for AMF responses. |
void |
setInputStream(InputStream in)
|
long |
skip(long n)
|
int |
skipBytes(int n)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface flex.messaging.io.amf.ActionMessageInput |
|---|
readObject |
| Constructor Detail |
|---|
public AbstractAmfInput(SerializationContext context)
| Method Detail |
|---|
public void setInputStream(InputStream in)
public int available()
throws IOException
available in interface ObjectInputIOException
public void close()
throws IOException
close in interface ObjectInputIOException
public int read()
throws IOException
read in interface ObjectInputIOException
public int read(byte[] bytes)
throws IOException
read in interface ObjectInputIOException
public int read(byte[] bytes,
int offset,
int length)
throws IOException
read in interface ObjectInputIOException
public long skip(long n)
throws IOException
skip in interface ObjectInputIOException
public int skipBytes(int n)
throws IOException
skipBytes in interface DataInputIOException
public boolean readBoolean()
throws IOException
readBoolean in interface DataInputIOException
public byte readByte()
throws IOException
readByte in interface DataInputIOException
public char readChar()
throws IOException
readChar in interface DataInputIOException
public double readDouble()
throws IOException
readDouble in interface DataInputIOException
public float readFloat()
throws IOException
readFloat in interface DataInputIOException
public void readFully(byte[] bytes)
throws IOException
readFully in interface DataInputIOException
public void readFully(byte[] bytes,
int offset,
int length)
throws IOException
readFully in interface DataInputIOException
public int readInt()
throws IOException
readInt in interface DataInputIOException
public String readLine()
throws IOException
readLine in interface DataInputIOException
public long readLong()
throws IOException
readLong in interface DataInputIOException
public short readShort()
throws IOException
readShort in interface DataInputIOException
public int readUnsignedByte()
throws IOException
readUnsignedByte in interface DataInputIOException
public int readUnsignedShort()
throws IOException
readUnsignedShort in interface DataInputIOException
public String readUTF()
throws IOException
readUTF in interface DataInputIOExceptionpublic void setDebugTrace(AmfTrace trace)
public void reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/io/amf/AbstractAmfInput.html