SSF.Net.Util
Class IP_s

java.lang.Object
  |
  +--SSF.Net.Util.IP_s

public synchronized class IP_s
extends java.lang.Object


Field Summary
static boolean USE_OLD_IMPLEMENTATION
           
 
Constructor Summary
IP_s()
           
 
Method Summary
private static java.lang.String ByteToBits(int)
           
private static java.lang.String ByteToHex(int)
           
static byte getMaskBits(java.lang.String)
           
static java.lang.String IPtoBits(int)
           
static java.lang.String IPtoHex(int)
           
static java.lang.String IPtoString(int)
           
static int mask(int, int)
           
static int StrToInt(java.lang.String)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USE_OLD_IMPLEMENTATION

public static final boolean USE_OLD_IMPLEMENTATION
See Also:
Constant Field Values
Constructor Detail

IP_s

public IP_s()
Method Detail

IPtoString

public static java.lang.String IPtoString(int)

StrToInt

public static int StrToInt(java.lang.String)

getMaskBits

public static byte getMaskBits(java.lang.String)

mask

public static int mask(int,
                       int)

IPtoHex

public static java.lang.String IPtoHex(int)

IPtoBits

public static java.lang.String IPtoBits(int)

ByteToHex

private static java.lang.String ByteToHex(int)

ByteToBits

private static java.lang.String ByteToBits(int)