public final class UnknownIpV4Option extends java.lang.Object implements IpV4Packet.IpV4Option
| Modifier and Type | Class and Description |
|---|---|
static class |
UnknownIpV4Option.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
UnknownIpV4Option.Builder |
getBuilder() |
byte[] |
getData() |
byte |
getLength() |
int |
getLengthAsInt() |
byte[] |
getRawData() |
IpV4OptionType |
getType() |
int |
hashCode() |
int |
length() |
static UnknownIpV4Option |
newInstance(byte[] rawData,
int offset,
int length)
A static factory method.
|
java.lang.String |
toString() |
public static UnknownIpV4Option newInstance(byte[] rawData, int offset, int length) throws IllegalRawDataException
ByteArrays.validateBounds(byte[], int, int),
which may throw exceptions undocumented here.rawData - rawDataoffset - offsetlength - lengthIllegalRawDataException - if parsing the raw data fails.public IpV4OptionType getType()
getType in interface IpV4Packet.IpV4Optionpublic byte getLength()
public int getLengthAsInt()
public byte[] getData()
public byte[] getRawData()
getRawData in interface IpV4Packet.IpV4Optionpublic int length()
length in interface IpV4Packet.IpV4Optionpublic UnknownIpV4Option.Builder getBuilder()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2011 - 2018 Pcap4J.org. All rights reserved.