search

goog.net.ipaddress.Ipv4Address

Provided By
Extends

Takes a string or a number and returns a IPv4 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 Ipv4Address( address )

Parameters
address(string|goog.math.Integer)

The address to store.

Instance Methods

Static Properties