|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.granite.messaging.amf.io.AMF0Deserializer
public class AMF0Deserializer
AMF Deserializer
| Constructor Summary | |
|---|---|
AMF0Deserializer(InputStream inputStream)
Deserialize message |
|
| Method Summary | |
|---|---|
static Document |
convertToDOM(DataInputStream is)
|
AMF0Message |
getAMFMessage()
|
protected Object |
readAMF3Data()
Reads object |
protected List<?> |
readArray()
Reads array |
protected Object |
readASObject()
Reads object |
protected void |
readBodies()
Read message body |
protected Object |
readCustomClass()
Reads custom class |
protected Object |
readData(byte type)
Reads object from inputstream with selected type |
protected Date |
readDate()
Reads date |
protected Object |
readFlushedSO()
Reads flushed stored object |
protected void |
readHeaders()
Read message header |
protected ASObject |
readObject()
|
protected ASObject |
readObject(ASObject aso)
Reads an object and converts the binary data into an List |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AMF0Deserializer(InputStream inputStream)
throws IOException
inputStream - message input stream
IOException| Method Detail |
|---|
public AMF0Message getAMFMessage()
protected void readHeaders()
throws IOException
IOException
protected void readBodies()
throws IOException
IOException
protected Object readCustomClass()
throws IOException
IOException
protected ASObject readObject()
throws IOException
IOException
protected ASObject readObject(ASObject aso)
throws IOException
aso -
IOException
protected List<?> readArray()
throws IOException
IOException
protected Date readDate()
throws IOException
IOException
protected Object readFlushedSO()
throws IOException
IOExceptionprotected Object readASObject()
protected Object readAMF3Data()
throws IOException
IOException
protected Object readData(byte type)
throws IOException
type -
IOException
public static Document convertToDOM(DataInputStream is)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||