module BinData::Framework

def do_read(io) #:nodoc:

:nodoc:
Reads the data for this data object from +io+.
def do_read(io) #:nodoc:
  raise NotImplementedError
end