C# Class CSharpRTMP.Core.Protocols.Rtmp.AMF3Reader

Inheritance: CSharpRTMP.Common.N2HBinaryReader
Afficher le fichier Open project: langhuihui/csharprtmp

Méthodes publiques

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

Method Details

AMF3Reader() public méthode

public AMF3Reader ( Stream input ) : System
input Stream
Résultat System

ReadAMFDouble() public méthode

public ReadAMFDouble ( bool withType = false ) : double
withType bool
Résultat double

ReadAMFString() public méthode

public ReadAMFString ( bool readType = false ) : string
readType bool
Résultat string

ReadArray() public méthode

public ReadArray ( bool withType = false ) : Variant
withType bool
Résultat Variant

ReadByteArray() public méthode

public ReadByteArray ( bool readType = false ) : Variant
readType bool
Résultat Variant

ReadDate() public méthode

public ReadDate ( bool withType = false ) : System.DateTime
withType bool
Résultat System.DateTime

ReadFalse() public méthode

public ReadFalse ( ) : bool
Résultat bool

ReadInterger() public méthode

public ReadInterger ( bool withType = false ) : uint
withType bool
Résultat uint

ReadNull() public méthode

public ReadNull ( ) : Variant
Résultat Variant

ReadObject() public méthode

public ReadObject ( bool readType = false ) : Variant
readType bool
Résultat Variant

ReadTrue() public méthode

public ReadTrue ( ) : bool
Résultat bool

ReadU29() public méthode

public ReadU29 ( ) : uint
Résultat uint

ReadUndefined() public méthode

public ReadUndefined ( ) : Variant
Résultat Variant

ReadVariant() public méthode

public ReadVariant ( ) : Variant
Résultat Variant