C# Class csogg.csBuffer

Summary description for csBuffer.
Afficher le fichier Open project: secred/Tachycardia Class Usage Examples

Méthodes publiques

Méthode Description
adv ( int bits ) : void
adv1 ( ) : void
bits ( ) : int
buf ( ) : byte[]
bytes ( ) : int
csBuffer ( ) : System
ilog ( int v ) : int
look ( int bits ) : int
look1 ( ) : int
read ( int bits ) : int
read ( byte s, int bytes ) : void
read1 ( ) : int
readinit ( byte buf, int start, int bytes ) : void
write ( byte s ) : void
write ( int vvalue, int bits ) : void
writeclear ( ) : void
writeinit ( ) : void

Private Methods

Méthode Description
reset ( ) : void

Method Details

adv() public méthode

public adv ( int bits ) : void
bits int
Résultat void

adv1() public méthode

public adv1 ( ) : void
Résultat void

bits() public méthode

public bits ( ) : int
Résultat int

buf() public méthode

public buf ( ) : byte[]
Résultat byte[]

bytes() public méthode

public bytes ( ) : int
Résultat int

csBuffer() public méthode

public csBuffer ( ) : System
Résultat System

ilog() public static méthode

public static ilog ( int v ) : int
v int
Résultat int

look() public méthode

public look ( int bits ) : int
bits int
Résultat int

look1() public méthode

public look1 ( ) : int
Résultat int

read() public méthode

public read ( int bits ) : int
bits int
Résultat int

read() public méthode

public read ( byte s, int bytes ) : void
s byte
bytes int
Résultat void

read1() public méthode

public read1 ( ) : int
Résultat int

readinit() public méthode

public readinit ( byte buf, int start, int bytes ) : void
buf byte
start int
bytes int
Résultat void

write() public méthode

public write ( byte s ) : void
s byte
Résultat void

write() public méthode

public write ( int vvalue, int bits ) : void
vvalue int
bits int
Résultat void

writeclear() public méthode

public writeclear ( ) : void
Résultat void

writeinit() public méthode

public writeinit ( ) : void
Résultat void