class BinData::Single

def _do_num_bytes(ignored)

Returns the number of bytes it will take to write this data.
def _do_num_bytes(ignored)
  val_to_str(_value).length
end