class BinData::Primitive

def value_to_binary_string(val)

def value_to_binary_string(val)
  set(val)
  @struct.to_binary_s
end