Méthode | Description | |
---|---|---|
AMF3Reader ( Stream input ) : System | ||
ReadAMFDouble ( bool withType = false ) : double | ||
ReadAMFString ( bool readType = false ) : string | ||
ReadArray ( bool withType = false ) : Variant | ||
ReadByteArray ( bool readType = false ) : Variant | ||
ReadDate ( bool withType = false ) : System.DateTime | ||
ReadFalse ( ) : bool | ||
ReadInterger ( bool withType = false ) : uint | ||
ReadNull ( ) : Variant | ||
ReadObject ( bool readType = false ) : Variant | ||
ReadTrue ( ) : bool | ||
ReadU29 ( ) : uint | ||
ReadUndefined ( ) : Variant | ||
ReadVariant ( ) : Variant |
public AMF3Reader ( Stream input ) : System | ||
input | Stream | |
Résultat | System |
public ReadAMFDouble ( bool withType = false ) : double | ||
withType | bool | |
Résultat | double |
public ReadAMFString ( bool readType = false ) : string | ||
readType | bool | |
Résultat | string |
public ReadArray ( bool withType = false ) : Variant | ||
withType | bool | |
Résultat | Variant |
public ReadByteArray ( bool readType = false ) : Variant | ||
readType | bool | |
Résultat | Variant |
public ReadDate ( bool withType = false ) : System.DateTime | ||
withType | bool | |
Résultat | System.DateTime |
public ReadInterger ( bool withType = false ) : uint | ||
withType | bool | |
Résultat | uint |
public ReadObject ( bool readType = false ) : Variant | ||
readType | bool | |
Résultat | Variant |