# File lib/dnsruby/bitmap.rb, line 58
  def self.from_binary_string(string)
    new(BitMapping.binary_string_to_number(string))
  end