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,
int offset,
int length)
A static factory method.
|
String |
toString() |
public static IllegalIpV6RoutingData newInstance(byte[] rawData, int offset, int length)
ByteArrays.validateBounds(byte[], int, int)
,
which may throw exceptions undocumented here.rawData
- rawDataoffset
- offsetlength
- lengthpublic int length()
length
in interface IpV6ExtRoutingPacket.IpV6RoutingData
public byte[] getRawData()
getRawData
in interface IpV6ExtRoutingPacket.IpV6RoutingData
Copyright © 2011–2016 Pcap4J.org. All rights reserved.