get-abp ( bitstream -- abp )


Vocabulary
bitstreams

Inputs
bitstreama bit-reader


Outputs
abpan integer


Word description
Returns the current position of the bit-reader's read cursor as a number of bits from the start of the stream. The position of the cursor in terms of bytes and bits can be read directly from the bit-reader tuple using byte-pos>> and bit-pos>>.

Definition