Class PcapDumper

java.lang.Object
pcap.api.internal.PcapDumper
All Implemented Interfaces:
java.lang.AutoCloseable, Dumper
Direct Known Subclasses:
DarwinPcapDumper, LinuxPcapDumper, WindowsPcapDumper

@Inclubating
public abstract 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 flush()  
    long position()  

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface pcap.spi.Dumper

    dump