public final class IllegalIpV6RoutingData extends java.lang.Object implements IpV6ExtRoutingPacket.IpV6RoutingData, IllegalRawDataHolder
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
IllegalRawDataException |
getCause() |
byte[] |
getRawData() |
int |
hashCode() |
int |
length() |
static IllegalIpV6RoutingData |
newInstance(byte[] rawData,
int offset,
int length,
IllegalRawDataException cause)
A static factory method.
|
java.lang.String |
toString() |
public static IllegalIpV6RoutingData newInstance(byte[] rawData, int offset, int length, IllegalRawDataException cause)
ByteArrays.validateBounds(byte[], int, int),
which may throw exceptions undocumented here.rawData - rawDataoffset - offsetlength - lengthcause - causepublic int length()
length in interface IpV6ExtRoutingPacket.IpV6RoutingDatapublic byte[] getRawData()
getRawData in interface IllegalRawDataHoldergetRawData in interface IpV6ExtRoutingPacket.IpV6RoutingDatapublic IllegalRawDataException getCause()
getCause in interface IllegalRawDataHolderpublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2011 - 2018 Pcap4J.org. All rights reserved.