public final class IllegalIpV6RoutingData extends Object implements IpV6ExtRoutingPacket.IpV6RoutingData
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
byte[] |
getRawData() |
int |
hashCode() |
int |
length() |
static IllegalIpV6RoutingData |
newInstance(byte[] rawData) |
String |
toString() |
public static IllegalIpV6RoutingData newInstance(byte[] rawData)
rawData
- 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.