class BinData::IO::Write

def writebytes(str)

Writes the given string of bytes to the io stream.
def writebytes(str)
  flushbits
  write_raw(str)
end