search

goog.net.ipaddress.Ipv6Address

Provided By
Extends

Takes a string or a number and returns an IPv6 Address.

This constructor accepts strings and instance of goog.math.Integer. If you pass a goog.math.Integer, make sure that its sign is set to positive.

new Ipv6Address( address )

Parameters
address(string|goog.math.Integer)

The address to store.

Instance Methods

Static Properties