Home | Trees | Indices | Help |
|
---|
|
Decodes an AMF3 data stream.
|
|||
An instance of BaseDecoder.context_class
|
context_class The context for the decoding. |
|
|||
|
|||
|
|||
None
|
|
||
bool
|
|
||
bool
|
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
ET |
|
||
ET |
|
||
|
|||
Inherited from Inherited from |
|
|||
list
|
type_map =
|
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Read null.
|
Returns
|
Returns
|
Reads and returns an integer from the stream.
See Also: Parsing integers on OSFlash for the AMF3 integer data format. |
Reads and returns a string from the stream.
|
Read date from the stream. The timezone is ignored as the date is always in UTC. |
Reads an array from the stream. Warning:
There is a very specific problem with AMF3 where the first three
bytes of an encoded empty See Also: Docuverse blog (external) |
Reads an object from the stream.
|
Return the source object of a proxied object. Since: 0.4 |
Reads an object from the stream.
|
Reads a string from the data stream and converts it into an XML Tree.
|
Read a legacy XML Document from the stream.
|
Reads a string of data from the stream. Detects if the ByteArray was compressed using See Also: ByteArray Note: This is not supported in ActionScript 1.0 and 2.0. |
|
type_map
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Sep 19 14:56:36 2009 | http://epydoc.sourceforge.net |