Method ADT.BitBuffer()->get()
- Method get
int get(int bits)
- Description
Get bits from the buffer.
- Throws
Throws an error in case of data underflow.
- Note
The bits are extracted with the most significant bit first.
int get(int bits)
Get bits from the buffer.
Throws an error in case of data underflow.
The bits are extracted with the most significant bit first.