class BinData::Base

def clear

Resets the internal state to that of a newly created object.
def clear
  raise NotImplementedError
end