Package org.pcap4j.packet.factory.statik
Interface StaticIpV4OptionFactory.Instantiater
-
- Enclosing class:
- StaticIpV4OptionFactory
private static interface StaticIpV4OptionFactory.Instantiater
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<? extends IpV4Packet.IpV4Option>getTargetClass()IpV4Packet.IpV4OptionnewInstance(byte[] rawData, int offset, int length)
-
-
-
Method Detail
-
newInstance
IpV4Packet.IpV4Option newInstance(byte[] rawData, int offset, int length) throws IllegalRawDataException
- Throws:
IllegalRawDataException
-
getTargetClass
java.lang.Class<? extends IpV4Packet.IpV4Option> getTargetClass()
-
-