BitReader.peekBitsUint64

bool peekBitsUint64(out ulong val, uint nbits)

Read nbits bits into val but keep the current position.

Parameters

valPointer to a #guint64 to store the result
nbitsnumber of bits to read

Returns

true if successful, false otherwise.