Method | Description | |
---|---|---|
BitSource ( sbyte bytes ) : System | ||
available ( ) : int | ||
readBits ( int numBits ) : int |
public BitSource ( sbyte bytes ) : System | ||
bytes | sbyte | bytes from which this will read bits. Bits will be read from the first byte first. /// Bits are read within a byte from most-significant to least-significant bit. /// |
return | System |
public readBits ( int numBits ) : int | ||
numBits | int | number of bits to read /// |
return | int |