Interface StaticIpV4OptionFactory.Instantiater
- Enclosing class:
StaticIpV4OptionFactory
private static interface StaticIpV4OptionFactory.Instantiater
- Since:
- pcap4j 0.9.16
-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends IpV4Packet.IpV4Option> newInstance(byte[] rawData, int offset, int length)
-
Method Details
-
newInstance
IpV4Packet.IpV4Option newInstance(byte[] rawData, int offset, int length) throws IllegalRawDataException - Throws:
IllegalRawDataException
-
getTargetClass
Class<? extends IpV4Packet.IpV4Option> getTargetClass()
-