public final class IpV4EndOfOptionList extends Object implements IpV4Packet.IpV4Option
Modifier and Type | Method and Description |
---|---|
static IpV4EndOfOptionList |
getInstance() |
byte[] |
getRawData() |
IpV4OptionType |
getType() |
int |
length() |
static IpV4EndOfOptionList |
newInstance(byte[] rawData) |
String |
toString() |
public static IpV4EndOfOptionList getInstance()
public static IpV4EndOfOptionList newInstance(byte[] rawData) throws IllegalRawDataException
rawData
- IllegalRawDataException
NullPointerException
- if the rawData argument is null.IllegalArgumentException
- if the rawData argument is empty.public IpV4OptionType getType()
getType
in interface IpV4Packet.IpV4Option
public int length()
length
in interface IpV4Packet.IpV4Option
public byte[] getRawData()
getRawData
in interface IpV4Packet.IpV4Option
Copyright © 2014. All Rights Reserved.