class BinData::IO::Read

def reset_read_bits

next byte boundary.
Discards any read bits so the stream becomes aligned at the
def reset_read_bits
  @rnbits = 0
  @rval   = 0
end