C# Class PeerCastStation.FLV.AMF.AMF0Reader

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

Public Methods

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

Private Methods

Method Description
ReadDate ( ) : System.DateTime
ReadDouble ( ) : double
ReadEcmaArray ( ) : AMFValue>.IDictionary
ReadLongString ( ) : string
ReadMarker ( ) : AMF0Marker
ReadObject ( ) : AMFObject
ReadProperties ( ) : AMFValue>.IDictionary
ReadReference ( ) : AMFValue
ReadStrictArray ( ) : PeerCastStation.FLV.AMF.AMFValue[]
ReadString ( ) : string
ReadTypedObject ( ) : AMFObject
ReadUI16 ( ) : int
ReadUI32 ( ) : long
ReadUI8 ( ) : int
RegisterObject ( AMFValue value ) : AMFValue

Method Details

AMF0Reader() public method

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

AMF0Reader() public method

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

ReadValue() public method

public ReadValue ( ) : AMFValue
return AMFValue