C# Class PeerCastStation.FLV.RTMP.RTMPBinaryReader

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

Private Properties

Property Type Description

Public Methods

Method 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 method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

RTMPBinaryReader() public method

public RTMPBinaryReader ( Stream stream ) : System
stream Stream
return System

RTMPBinaryReader() public method

public RTMPBinaryReader ( Stream stream, bool leave_open ) : System
stream Stream
leave_open bool
return System

RTMPBinaryReader() public method

public RTMPBinaryReader ( byte bytes ) : System
bytes byte
return System

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadBytes() public method

public ReadBytes ( int len ) : byte[]
len int
return byte[]

ReadInt32() public method

public ReadInt32 ( ) : int
return int

ReadUInt16() public method

public ReadUInt16 ( ) : int
return int

ReadUInt24() public method

public ReadUInt24 ( ) : int
return int

ReadUInt32() public method

public ReadUInt32 ( ) : long
return long

ReadUInt32LE() public method

public ReadUInt32LE ( ) : long
return long