Uses of Class
org.pcap4j.packet.RadiotapPresentBitmask
-
Packages that use RadiotapPresentBitmask Package Description org.pcap4j.packet -
-
Uses of RadiotapPresentBitmask in org.pcap4j.packet
Fields in org.pcap4j.packet with type parameters of type RadiotapPresentBitmask Modifier and Type Field Description private java.util.List<RadiotapPresentBitmask>RadiotapPacket.Builder. presentBitmasksprivate java.util.List<RadiotapPresentBitmask>RadiotapPacket.RadiotapHeader. presentBitmasksMethods in org.pcap4j.packet that return RadiotapPresentBitmask Modifier and Type Method Description RadiotapPresentBitmaskRadiotapPresentBitmask.Builder. build()static RadiotapPresentBitmaskRadiotapPresentBitmask. newInstance(byte[] rawData, int offset, int length, int bitNumOffset)A static factory method.static RadiotapPresentBitmaskRadiotapPresentBitmask. newInstance(byte[] rawData, int offset, int length, int bitNumOffset, java.lang.String namespace)A static factory method.Methods in org.pcap4j.packet that return types with arguments of type RadiotapPresentBitmask Modifier and Type Method Description java.util.ArrayList<RadiotapPresentBitmask>RadiotapPacket.RadiotapHeader. getPresentBitmasks()Method parameters in org.pcap4j.packet with type arguments of type RadiotapPresentBitmask Modifier and Type Method Description RadiotapPacket.BuilderRadiotapPacket.Builder. presentBitmasks(java.util.List<RadiotapPresentBitmask> presentBitmasks)Constructors in org.pcap4j.packet with parameters of type RadiotapPresentBitmask Constructor Description Builder(RadiotapPresentBitmask rp)
-