C# Class PeerCastStation.FLV.RTMP.RTMPBinaryReader

Inheritance: IDisposable
Afficher le fichier Open project: kumaryu/peercaststation Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Close ( ) : void
Dispose ( ) : void
RTMPBinaryReader ( Stream stream ) : System
RTMPBinaryReader ( Stream stream, bool leave_open ) : System
RTMPBinaryReader ( byte bytes ) : System
ReadByte ( ) : byte
ReadBytes ( int len ) : byte[]
ReadInt32 ( ) : int
ReadUInt16 ( ) : int
ReadUInt24 ( ) : int
ReadUInt32 ( ) : long
ReadUInt32LE ( ) : long

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

RTMPBinaryReader() public méthode

public RTMPBinaryReader ( Stream stream ) : System
stream Stream
Résultat System

RTMPBinaryReader() public méthode

public RTMPBinaryReader ( Stream stream, bool leave_open ) : System
stream Stream
leave_open bool
Résultat System

RTMPBinaryReader() public méthode

public RTMPBinaryReader ( byte bytes ) : System
bytes byte
Résultat System

ReadByte() public méthode

public ReadByte ( ) : byte
Résultat byte

ReadBytes() public méthode

public ReadBytes ( int len ) : byte[]
len int
Résultat byte[]

ReadInt32() public méthode

public ReadInt32 ( ) : int
Résultat int

ReadUInt16() public méthode

public ReadUInt16 ( ) : int
Résultat int

ReadUInt24() public méthode

public ReadUInt24 ( ) : int
Résultat int

ReadUInt32() public méthode

public ReadUInt32 ( ) : long
Résultat long

ReadUInt32LE() public méthode

public ReadUInt32LE ( ) : long
Résultat long