Méthode | Description | |
---|---|---|
Amf3Decoder ( |
||
Decode ( Stream stream, |
Méthode | Description | |
---|---|---|
ReadAmfValue ( |
Méthode | Description | |
---|---|---|
ReadArray ( |
Read an array. Type declaration: |
|
ReadByteArray ( |
Read a byte array. Type declaration: |
|
ReadDate ( |
Read a date. Type declaration: |
|
ReadDouble ( |
Read a double.
|
|
ReadInteger ( |
Read an integer.
|
|
ReadObject ( |
Read an object.
|
|
ReadReference ( |
Read an object reference.
|
|
ReadString ( |
Read a string. Type declaration: |
|
ReadStringReference ( |
Read a string reference.
|
|
ReadTraitsReference ( |
Read a traits reference.
|
|
ReadUint29 ( |
Read a 29-bit unsigned integer. Up to 4 bytes are required to hold the value however the high bit of the first 3 bytes are used as flags to determine whether the next byte is part of the integer. |
|
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: |
|
WriteEmptyElement ( string elementName, XmlWriter output ) : void |
Write an empty element of a given name.
|
|
WriteReference ( int index, XmlWriter output ) : void |
Write a reference.
|
public Amf3Decoder ( |
||
options | ||
Résultat | System |
public Decode ( Stream stream, |
||
stream | Stream | |
output | ||
Résultat | void |
protected ReadAmfValue ( |
||
context | ||
reader | ||
output | ||
Résultat | void |