C# Class org.diracvideo.Jirac.Buffer

Show file Open project: mono/csdirac Class Usage Examples

Public Properties

Property Type Description
d byte[]
s int

Public Methods

Method Description
Buffer ( byte d )
Buffer ( byte d, int b )
Buffer ( byte d, int s, int e )
Cat ( Buffer o ) : Buffer
GetByte ( int i ) : byte
GetInt ( int i ) : int
Size ( ) : int
Sub ( int b ) : Buffer
Sub ( int b, int e ) : Buffer

Method Details

Buffer() public method

public Buffer ( byte d )
d byte

Buffer() public method

public Buffer ( byte d, int b )
d byte
b int

Buffer() public method

public Buffer ( byte d, int s, int e )
d byte
s int
e int

Cat() public method

public Cat ( Buffer o ) : Buffer
o Buffer
return Buffer

GetByte() public method

public GetByte ( int i ) : byte
i int
return byte

GetInt() public method

public GetInt ( int i ) : int
i int
return int

Size() public method

public Size ( ) : int
return int

Sub() public method

public Sub ( int b ) : Buffer
b int
return Buffer

Sub() public method

public Sub ( int b, int e ) : Buffer
b int
e int
return Buffer

Property Details

d public property

public byte[] d
return byte[]

s public property

public int s
return int