module BinData::Framework

def do_write(io) #:nodoc:

:nodoc:
Writes the value for this data to +io+.
def do_write(io) #:nodoc:
  raise NotImplementedError
end