jdk/src/share/classes/java/net/Inet4Address.java
changeset 18800 e7fa560afcfb
parent 16870 f35b2bd19761
child 19069 1d9cb0d080e3
equal deleted inserted replaced
18799:31062cb3cc8e 18800:e7fa560afcfb
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    34  * <a href="http://www.ietf.org/rfc/rfc1918.txt">
    34  * <a href="http://www.ietf.org/rfc/rfc1918.txt">
    35  * <i>RFC&nbsp;1918: Address Allocation for Private Internets</i></a>,
    35  * <i>RFC&nbsp;1918: Address Allocation for Private Internets</i></a>,
    36  * and <a href="http://www.ietf.org/rfc/rfc2365.txt"><i>RFC&nbsp;2365:
    36  * and <a href="http://www.ietf.org/rfc/rfc2365.txt"><i>RFC&nbsp;2365:
    37  * Administratively Scoped IP Multicast</i></a>
    37  * Administratively Scoped IP Multicast</i></a>
    38  *
    38  *
    39  * <h4> <A NAME="format">Textual representation of IP addresses</a> </h4>
    39  * <h3> <A NAME="format">Textual representation of IP addresses</a> </h3>
    40  *
    40  *
    41  * Textual representation of IPv4 address used as input to methods
    41  * Textual representation of IPv4 address used as input to methods
    42  * takes one of the following forms:
    42  * takes one of the following forms:
    43  *
    43  *
    44  * <blockquote><table cellpadding=0 cellspacing=0 summary="layout">
    44  * <blockquote><table cellpadding=0 cellspacing=0 summary="layout">