module BinData::Framework

def do_num_bytes #:nodoc:

:nodoc:
Returns the number of bytes it will take to write this data.
def do_num_bytes #:nodoc:
  raise NotImplementedError
end