BitReader.peekBitsUint16
bool peekBitsUint16(out ushort val, uint nbits)Read nbits bits into val but keep the current position.
Parameters
val | Pointer to a #guint16 to store the result |
nbits | number of bits to read |
Returns
true if successful, false otherwise.