class BinData::BitAligned::BitAlignedIO

def writebytes(str)

def writebytes(str)
  str.each_byte { |v| @io.writebits(v, 8, :big) }
end