class BinData::Base

def binary_string(str)

def binary_string(str)
  str.to_s.dup.force_encoding(Encoding::BINARY)
end