class BinData::IO::Read

def seekbytes(n)

Seek +n+ bytes from the current position in the io stream.
def seekbytes(n)
  reset_read_bits
  seek(n)
end