public final class IpV6Pad1Option extends Object implements IpV6ExtOptionsPacket.IpV6Option
| Modifier and Type | Method and Description |
|---|---|
static IpV6Pad1Option |
getInstance() |
byte[] |
getRawData() |
IpV6OptionType |
getType() |
int |
length() |
static IpV6Pad1Option |
newInstance(byte[] rawData,
int offset,
int length)
A static factory method.
|
String |
toString() |
public static IpV6Pad1Option getInstance()
public static IpV6Pad1Option newInstance(byte[] rawData, int offset, int length) throws IllegalRawDataException
ByteArrays.validateBounds(byte[], int, int),
which may throw exceptions undocumented here.rawData - offset - length - IllegalRawDataExceptionpublic IpV6OptionType getType()
getType in interface IpV6ExtOptionsPacket.IpV6Optionpublic int length()
length in interface IpV6ExtOptionsPacket.IpV6Optionpublic byte[] getRawData()
getRawData in interface IpV6ExtOptionsPacket.IpV6OptionCopyright © 2015. All Rights Reserved.