Answer a new IP6Address from an array of numbers; the numbers
are to be thought as the colon-separated numbers in the standard
numbers-and-colons notation for IPv4 addresses.
fromBytes: aByteArray
Answer a new IP6Address from a ByteArray containing the bytes
in the same order as the digit form: 131.175.6.2 would be
represented as #[131 175 6 2].
fromSockAddr: aByteArray port: portAdaptor
Private - Answer a new IP6Address from a ByteArray containing a
C sockaddr_in structure. The portAdaptor's value is changed
to contain the port that the structure refers to.
fromString: aString
Answer a new IP6Address from a String containing the requested
address in digit form.
new
This method should not be called for instances of this class.
6.11.5 Sockets.IP6Address: accessing
asByteArray
Answer a read-only ByteArray of size four containing the
receiver's bytes in network order (big-endian)
isMulticast
Answer whether the receiver reprensents an address reserved for
multicast datagram connections
6.11.6 Sockets.IP6Address: printing
printOn: aStream
Print the receiver in dot notation.
This document was generated
on February, 22 2012
using texi2html