Package org.pcap4j.packet.factory.statik
Interface StaticIpV4OptionFactory.Instantiater
- Enclosing class:
StaticIpV4OptionFactory
private static interface StaticIpV4OptionFactory.Instantiater
-
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()
-