public static class IPv6AddressNetwork.IPv6AddressCreator
extends inet.ipaddr.format.validate.ParsedAddressCreator<T,R,S>
Constructor and Description |
---|
IPv6AddressCreator() |
Modifier and Type | Method and Description |
---|---|
IPv6Address |
createAddress(IPv6AddressSection section) |
IPv6Address |
createAddress(IPv6AddressSection section,
java.lang.String zone) |
IPv6AddressSection |
createSection(byte[] bytes,
java.lang.Integer prefix) |
IPv6AddressSection |
createSection(IPv6AddressSegment[] segments) |
IPv6AddressSection |
createSection(IPv6AddressSegment[] segments,
java.lang.Integer networkPrefixLength) |
IPv6AddressSegment |
createSegment(int value) |
IPv6AddressSegment |
createSegment(int value,
java.lang.Integer segmentPrefixLength) |
IPv6AddressSegment |
createSegment(int lower,
int upper,
java.lang.Integer segmentPrefixLength) |
IPv6AddressSegment[] |
createSegmentArray(int length) |
public IPv6AddressSegment[] createSegmentArray(int length)
createSegmentArray
in class inet.ipaddr.format.validate.ParsedAddressCreator<IPv6Address,IPv6AddressSection,IPv6AddressSegment>
public IPv6AddressSegment createSegment(int value)
public IPv6AddressSegment createSegment(int value, java.lang.Integer segmentPrefixLength)
public IPv6AddressSegment createSegment(int lower, int upper, java.lang.Integer segmentPrefixLength)
createSegment
in class inet.ipaddr.format.validate.ParsedAddressCreator<IPv6Address,IPv6AddressSection,IPv6AddressSegment>
public IPv6AddressSection createSection(byte[] bytes, java.lang.Integer prefix)
public IPv6AddressSection createSection(IPv6AddressSegment[] segments)
public IPv6AddressSection createSection(IPv6AddressSegment[] segments, java.lang.Integer networkPrefixLength)
public IPv6Address createAddress(IPv6AddressSection section, java.lang.String zone)
public IPv6Address createAddress(IPv6AddressSection section)