class BinData::IO::Write

def seekbytes(n)

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