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.