public class AMF0Deserializer
extends java.lang.Object
| Constructor and Description |
|---|
AMF0Deserializer(java.io.InputStream inputStream)
Deserialize message
|
| Modifier and Type | Method and Description |
|---|---|
static org.w3c.dom.Document |
convertToDOM(java.io.DataInput is) |
AMF0Message |
getAMFMessage() |
protected java.lang.Object |
readAMF3Data()
Reads object
|
protected java.util.List<?> |
readArray()
Reads array
|
protected java.lang.Object |
readASObject()
Reads object
|
protected void |
readBodies()
Read message body
|
protected java.lang.Object |
readCustomClass()
Reads custom class
|
protected java.lang.Object |
readData(byte type)
Reads object from inputstream with selected type
|
protected java.util.Date |
readDate()
Reads date
|
protected java.lang.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
|
public AMF0Deserializer(java.io.InputStream inputStream)
throws java.io.IOException
inputStream - message input streamjava.io.IOExceptionpublic AMF0Message getAMFMessage()
protected void readHeaders()
throws java.io.IOException
java.io.IOExceptionprotected void readBodies()
throws java.io.IOException
java.io.IOExceptionprotected java.lang.Object readCustomClass()
throws java.io.IOException
java.io.IOExceptionprotected ASObject readObject() throws java.io.IOException
java.io.IOExceptionprotected ASObject readObject(ASObject aso) throws java.io.IOException
aso - java.io.IOExceptionprotected java.util.List<?> readArray()
throws java.io.IOException
java.io.IOExceptionprotected java.util.Date readDate()
throws java.io.IOException
java.io.IOExceptionprotected java.lang.Object readFlushedSO()
throws java.io.IOException
java.io.IOExceptionprotected java.lang.Object readASObject()
protected java.lang.Object readAMF3Data()
throws java.io.IOException
java.io.IOExceptionprotected java.lang.Object readData(byte type)
throws java.io.IOException
type - java.io.IOExceptionpublic static org.w3c.dom.Document convertToDOM(java.io.DataInput is)
throws java.io.IOException
java.io.IOException