class BinData::Uint8Array

def value_to_binary_string(val)

def value_to_binary_string(val)
  val.pack("C*")
end