module BinData::Framework

def clear?

Returns true if the object has not been changed since creation.
def clear?
  raise NotImplementedError
end