class BinData::Array

def do_write(io) #:nodoc:

:nodoc:
def do_write(io) #:nodoc:
  elements.each { |el| el.do_write(io) }
end