C# Class org.diracvideo.Jirac.Buffer

Afficher le fichier Open project: mono/csdirac Class Usage Examples

Méthodes publiques

Свойство Type Description
d byte[]
s int

Méthodes publiques

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

public Buffer ( byte d )
d byte

Buffer() public méthode

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

Buffer() public méthode

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

Cat() public méthode

public Cat ( Buffer o ) : Buffer
o Buffer
Résultat Buffer

GetByte() public méthode

public GetByte ( int i ) : byte
i int
Résultat byte

GetInt() public méthode

public GetInt ( int i ) : int
i int
Résultat int

Size() public méthode

public Size ( ) : int
Résultat int

Sub() public méthode

public Sub ( int b ) : Buffer
b int
Résultat Buffer

Sub() public méthode

public Sub ( int b, int e ) : Buffer
b int
e int
Résultat Buffer

Property Details

d public_oe property

public byte[] d
Résultat byte[]

s public_oe property

public int s
Résultat int