# File lib/ipaddress/ipv6.rb, line 465
    def self.parse_data(str)
      self.new(IN6FORMAT % str.unpack("n8"))
    end