jnetpcap.capture
Interface MutableCapture<T extends CapturePacket>

All Superinterfaces:
Capture<T>, java.io.Closeable, java.io.Flushable
All Known Subinterfaces:
MutableFileCapture, PcapFile, SnoopFile

public interface MutableCapture<T extends CapturePacket>
extends Capture<T>, java.io.Flushable, java.io.Closeable

Extends the immutable Capture interface and adds a number of methods to add, remove, move packets or seek within the underlying packet dataset.

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Method Summary
 
Methods inherited from interface jnetpcap.capture.Capture
close, getFilter, getMutableCapture, getRemoteSession, isCaptureMutable, isCaptureRemote, setFilter
 
Methods inherited from interface java.io.Flushable
flush