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