C# Class PeerCastStation.FLV.AMF.AMF3Reader

Inheritance: AMFReader
Mostrar archivo Open project: kumaryu/peercaststation Class Usage Examples

Public Methods

Method Description
AMF3Reader ( Stream input ) : System
AMF3Reader ( Stream input, bool leave_open ) : System
ReadValue ( ) : AMFValue

Private Methods

Method Description
GetRegisteredObject ( int idx ) : AMFValue
GetRegisteredString ( int idx ) : string
ReadArray ( ) : AMFValue
ReadByteArray ( ) : AMFValue
ReadDate ( ) : AMFValue
ReadDouble ( ) : double
ReadMarker ( ) : AMF3Marker
ReadObject ( ) : AMFValue
ReadString ( ) : string
ReadStringObject ( AMFValueType type ) : AMFValue
ReadUI29 ( ) : int
ReadUI8 ( ) : int
RegisterObject ( AMFValue value ) : AMFValue
RegisterString ( string value ) : string

Method Details

AMF3Reader() public method

public AMF3Reader ( Stream input ) : System
input Stream
return System

AMF3Reader() public method

public AMF3Reader ( Stream input, bool leave_open ) : System
input Stream
leave_open bool
return System

ReadValue() public method

public ReadValue ( ) : AMFValue
return AMFValue