|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xbill.DNS.Inet6Address
Inet6Address - implementation of IPv6 address
Constructor Summary | |
Inet6Address(byte[] data)
Creates an Inet6Address from 128 bits of data |
|
Inet6Address(int bits,
byte[] data)
Creates an Inet6Address from fewer than 128 bits of data |
|
Inet6Address(String s)
Creates an Inet6Address from text format |
Method Summary | |
byte[] |
toBytes()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Inet6Address(byte[] data) throws IOException
public Inet6Address(int bits, byte[] data) throws IOException
public Inet6Address(String s) throws TextParseException
Method Detail |
public byte[] toBytes()
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |