public final class StaticRadiotapDataFieldFactory
extends java.lang.Object
implements org.pcap4j.packet.factory.PacketFactory<org.pcap4j.packet.RadiotapPacket.RadiotapData,org.pcap4j.packet.namednumber.RadiotapPresentBitNumber>
| Modifier and Type | Method and Description |
|---|---|
static StaticRadiotapDataFieldFactory |
getInstance() |
org.pcap4j.packet.RadiotapPacket.RadiotapData |
newInstance(byte[] rawData,
int offset,
int length)
This method is a variant of
newInstance(byte[], int, int, RadiotapPresentBitNumber...)
and exists only for performance reason. |
org.pcap4j.packet.RadiotapPacket.RadiotapData |
newInstance(byte[] rawData,
int offset,
int length,
org.pcap4j.packet.namednumber.RadiotapPresentBitNumber... numbers) |
org.pcap4j.packet.RadiotapPacket.RadiotapData |
newInstance(byte[] rawData,
int offset,
int length,
org.pcap4j.packet.namednumber.RadiotapPresentBitNumber number)
This method is a variant of
newInstance(byte[], int, int, RadiotapPresentBitNumber...)
and exists only for performance reason. |
org.pcap4j.packet.RadiotapPacket.RadiotapData |
newInstance(byte[] rawData,
int offset,
int length,
org.pcap4j.packet.namednumber.RadiotapPresentBitNumber number1,
org.pcap4j.packet.namednumber.RadiotapPresentBitNumber number2)
This method is a variant of
newInstance(byte[], int, int, RadiotapPresentBitNumber...)
and exists only for performance reason. |
public static StaticRadiotapDataFieldFactory getInstance()
public org.pcap4j.packet.RadiotapPacket.RadiotapData newInstance(byte[] rawData,
int offset,
int length)
newInstance(byte[], int, int, RadiotapPresentBitNumber...)
and exists only for performance reason.rawData - see PacketFactory.newInstance(byte[], int, int, N...).offset - see PacketFactory.newInstance(byte[], int, int, N...).length - see PacketFactory.newInstance(byte[], int, int, N...).PacketFactory.newInstance(byte[], int, int, N...).public org.pcap4j.packet.RadiotapPacket.RadiotapData newInstance(byte[] rawData,
int offset,
int length,
org.pcap4j.packet.namednumber.RadiotapPresentBitNumber number)
newInstance(byte[], int, int, RadiotapPresentBitNumber...)
and exists only for performance reason.rawData - see PacketFactory.newInstance(byte[], int, int, N...).offset - see PacketFactory.newInstance(byte[], int, int, N...).length - see PacketFactory.newInstance(byte[], int, int, N...).number - see PacketFactory.newInstance(byte[], int, int, N...).PacketFactory.newInstance(byte[], int, int, N...).public org.pcap4j.packet.RadiotapPacket.RadiotapData newInstance(byte[] rawData,
int offset,
int length,
org.pcap4j.packet.namednumber.RadiotapPresentBitNumber number1,
org.pcap4j.packet.namednumber.RadiotapPresentBitNumber number2)
newInstance(byte[], int, int, RadiotapPresentBitNumber...)
and exists only for performance reason.rawData - see PacketFactory.newInstance(byte[], int, int, N...).offset - see PacketFactory.newInstance(byte[], int, int, N...).length - see PacketFactory.newInstance(byte[], int, int, N...).number1 - see PacketFactory.newInstance(byte[], int, int, N...).number2 - see PacketFactory.newInstance(byte[], int, int, N...).PacketFactory.newInstance(byte[], int, int, N...).public org.pcap4j.packet.RadiotapPacket.RadiotapData newInstance(byte[] rawData,
int offset,
int length,
org.pcap4j.packet.namednumber.RadiotapPresentBitNumber... numbers)
newInstance in interface org.pcap4j.packet.factory.PacketFactory<org.pcap4j.packet.RadiotapPacket.RadiotapData,org.pcap4j.packet.namednumber.RadiotapPresentBitNumber>Copyright © 2011 - 2019 Pcap4J.org. All rights reserved.