Uses of Class
org.pcap4j.packet.CompressedPacket
-
Packages that use CompressedPacket Package Description org.pcap4j.packet -
-
Uses of CompressedPacket in org.pcap4j.packet
Methods in org.pcap4j.packet that return CompressedPacket Modifier and Type Method Description CompressedPacketCompressedPacket.Builder. build()static CompressedPacketCompressedPacket. newPacket(byte[] rawData, int offset, int length)A static factory method.Constructors in org.pcap4j.packet with parameters of type CompressedPacket Constructor Description Builder(CompressedPacket packet)
-