Extracted from Pike v8.0 release 28 as of 2015-09-20.
   

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.