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