C# Class CSharpRTMP.Common.BufferWithOffset

Afficher le fichier Open project: langhuihui/csharprtmp Class Usage Examples

Méthodes publiques

Свойство Type Description
Buffer byte[]
Offset int

Méthodes publiques

Méthode 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 méthode

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

BufferWithOffset() public méthode

public BufferWithOffset ( byte pBuffer, int offset, int length = -1 ) : System
pBuffer byte
offset int
length int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( int index ) : byte
index int
Résultat byte

Property Details

Buffer public_oe property

public byte[] Buffer
Résultat byte[]

Offset public_oe property

public int Offset
Résultat int