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