C# Class CSharpRTMP.Common.BufferWithOffset

Show file Open project: langhuihui/csharprtmp Class Usage Examples

Public Properties

Property Type Description
Buffer byte[]
Offset int

Public Methods

Method Description
BufferWithOffset ( Stream s, bool forceRead = false, int length = -1 ) : System
BufferWithOffset ( byte pBuffer, int offset, int length = -1 ) : System
ToString ( ) : string
this ( int index ) : byte

Method Details

BufferWithOffset() public method

public BufferWithOffset ( Stream s, bool forceRead = false, int length = -1 ) : System
s Stream
forceRead bool
length int
return System

BufferWithOffset() public method

public BufferWithOffset ( byte pBuffer, int offset, int length = -1 ) : System
pBuffer byte
offset int
length int
return System

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( int index ) : byte
index int
return byte

Property Details

Buffer public property

public byte[] Buffer
return byte[]

Offset public property

public int Offset
return int