Class PcapDumper

java.lang.Object
pcap.api.internal.PcapDumper
All Implemented Interfaces:
java.lang.AutoCloseable, Dumper

@Inclubating
public class PcapDumper
extends java.lang.Object
implements Dumper
Pcap dumper implementation.
Author:
Ardika Rommy Sanjaya
  • Constructor Summary

    Constructors 
    Constructor Description
    PcapDumper​(java.foreign.memory.Pointer<pcap_header.pcap_dumper> pcap_dumper)  
  • Method Summary

    Modifier and Type Method Description
    void close()  
    void dump​(PacketHeader header, PacketBuffer buffer)  
    void flush()  
    long position()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait