[]
Reads from the bit stream one bit. If 'bpos' is -1 then a byte is read and loaded into the bit buffer, from where the bit is read. If necessary the bit unstuffing will be applied.
public int readBit()
Type | Description |
---|---|
int | The read bit (0 or 1). |