Package org.lionsoul.ip2region.xdb
Class IPv6
java.lang.Object
org.lionsoul.ip2region.xdb.Version
org.lionsoul.ip2region.xdb.IPv6
-
Field Summary
Fields inherited from class org.lionsoul.ip2region.xdb.Version
bytes, id, IPv4, IPv4VersionNo, IPv6, IPv6VersionNo, name, segmentIndexSize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintipSubCompare(byte[] ip1, byte[] buff, int offset) intputBytes(byte[] buff, int offset, byte[] ip) Methods inherited from class org.lionsoul.ip2region.xdb.Version
fromHeader, fromName, ipCompare, toString
-
Constructor Details
-
IPv6
public IPv6()
-
-
Method Details
-
putBytes
public int putBytes(byte[] buff, int offset, byte[] ip) -
ipSubCompare
public int ipSubCompare(byte[] ip1, byte[] buff, int offset) - Specified by:
ipSubComparein classVersion
-