class BinData::Base

def num_bytes

Returns the number of bytes it will take to write this data object.
def num_bytes
  do_num_bytes.ceil
end