class BinData::Skip

def value_to_binary_string(val)

def value_to_binary_string(val)
  len = eval_parameter(:length)
  "\000" * len
end