jnetpcap.capture.file
Interface RecordIterator<T extends Record>

All Known Subinterfaces:
MutableRecordIterator<T>, NAPBlock

public interface RecordIterator<T extends Record>

An iterator that allows iteration over records contained in a capture file. Simple IOIterator#next and IOIterator#hasNext methods are used to iterator over a long sequence of records which reside physically on a some storage device.

Author:
Mark Bednarczyk, Sly Technologies, Inc.