public final class UnknownIpV6RoutingData extends Object implements IpV6ExtRoutingPacket.IpV6RoutingData
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
byte[] |
getRawData() |
int |
hashCode() |
int |
length() |
static UnknownIpV6RoutingData |
newInstance(byte[] rawData) |
String |
toString() |
public static UnknownIpV6RoutingData newInstance(byte[] rawData) throws IllegalRawDataException
rawData
- IllegalRawDataException
NullPointerException
- if the rawData argument is null.IllegalArgumentException
- if the rawData argument is empty.public int length()
length
in interface IpV6ExtRoutingPacket.IpV6RoutingData
public byte[] getRawData()
getRawData
in interface IpV6ExtRoutingPacket.IpV6RoutingData
Copyright © 2014. All Rights Reserved.