C# Class netki.Bitstream.Buffer

Afficher le fichier Open project: raxptor/putki-historical Class Usage Examples

Méthodes publiques

Свойство Type Description
bitpos int
buf byte[]
bufsize int
bytepos int
error int

Méthodes publiques

Méthode Description
BitsLeft ( ) : int
Flip ( ) : void
Make ( byte buffer ) : Buffer

Method Details

BitsLeft() public méthode

public BitsLeft ( ) : int
Résultat int

Flip() public méthode

public Flip ( ) : void
Résultat void

Make() public static méthode

public static Make ( byte buffer ) : Buffer
buffer byte
Résultat System.Buffer

Property Details

bitpos public_oe property

public int bitpos
Résultat int

buf public_oe property

public byte[] buf
Résultat byte[]

bufsize public_oe property

public int bufsize
Résultat int

bytepos public_oe property

public int bytepos
Résultat int

error public_oe property

public int error
Résultat int