C# Class netki.Bitstream.Buffer

Mostrar archivo Open project: raxptor/putki-historical Class Usage Examples

Public Properties

Property Type Description
bitpos int
buf byte[]
bufsize int
bytepos int
error int

Public Methods

Method Description
BitsLeft ( ) : int
Flip ( ) : void
Make ( byte buffer ) : Buffer

Method Details

BitsLeft() public method

public BitsLeft ( ) : int
return int

Flip() public method

public Flip ( ) : void
return void

Make() public static method

public static Make ( byte buffer ) : Buffer
buffer byte
return System.Buffer

Property Details

bitpos public_oe property

public int bitpos
return int

buf public_oe property

public byte[] buf
return byte[]

bufsize public_oe property

public int bufsize
return int

bytepos public_oe property

public int bytepos
return int

error public_oe property

public int error
return int