module BinData::BitAligned

def do_read(io)

def do_read(io)
  super(BitAlignedIO.new(io))
end