Method | Description | |
---|---|---|
Amf0Decoder ( |
||
Decode ( Stream stream, |
||
ReadPacketBody ( Stream stream ) : |
||
ReadPacketHeader ( Stream stream ) : |
Method | Description | |
---|---|---|
ReadAmfValue ( |
Method | Description | |
---|---|---|
ReadDate ( |
Read a date. Type declaration: |
|
ReadEcmaArray ( |
Read an ECMA array. Type declaration: |
|
ReadLongString ( |
Read a long string. Type declaration: |
|
ReadObject ( |
Read an object. Type declaration: |
|
ReadPropertiesMap ( |
Read object properties map. Type declaration: |
|
ReadReference ( |
Read an object reference. Type declaration: |
|
ReadStrictArray ( |
Read a strict array. Type declaration: |
|
ReadString ( |
Read a string. Type declaration: |
|
ReadUtf8 ( |
Read a specified number of bytes of a string.
|
|
ReadValue ( |
Read a value of a given type from current reader's position. Current reader position must be just after a value type marker of a type to read. |
|
ReadXml ( |
Read an XML document. Type declaration: |
|
WriteReference ( int index, |
Write a reference.
|
public Amf0Decoder ( |
||
options | ||
return | System |
public Decode ( Stream stream, |
||
stream | Stream | |
output | ||
return | void |
protected ReadAmfValue ( |
||
context | ||
reader | ||
output | ||
return | void |
public final ReadPacketBody ( Stream stream ) : |
||
stream | Stream | |
return |
public final ReadPacketHeader ( Stream stream ) : |
||
stream | Stream | |
return |