Method | Description | |
---|---|---|
AMF0Reader ( Stream input ) : System | ||
AMF0Reader ( Stream input, bool leave_open ) : System | ||
ReadValue ( ) : |
Method | Description | |
---|---|---|
ReadDate ( ) : System.DateTime | ||
ReadDouble ( ) : double | ||
ReadEcmaArray ( ) : AMFValue>.IDictionary |
||
ReadLongString ( ) : string | ||
ReadMarker ( ) : AMF0Marker | ||
ReadObject ( ) : AMFObject | ||
ReadProperties ( ) : AMFValue>.IDictionary |
||
ReadReference ( ) : |
||
ReadStrictArray ( ) : PeerCastStation.FLV.AMF.AMFValue[] | ||
ReadString ( ) : string | ||
ReadTypedObject ( ) : AMFObject | ||
ReadUI16 ( ) : int | ||
ReadUI32 ( ) : long | ||
ReadUI8 ( ) : int | ||
RegisterObject ( |
public AMF0Reader ( Stream input, bool leave_open ) : System | ||
input | Stream | |
leave_open | bool | |
return | System |