Uses of Interface
jnetpcap.capture.file.RecordIterator

Packages that use RecordIterator
jnetpcap.capture A network packet capture framework. 
jnetpcap.capture.file Allows full access to capture file structure. 
jnetpcap.capture.file.nap Network cAPture file format. 
 

Uses of RecordIterator in jnetpcap.capture
 

Methods in jnetpcap.capture that return RecordIterator
<E extends BlockRecord>
RecordIterator<E>
FileCapture.getRecords(java.lang.Class<E> c)
           
 

Uses of RecordIterator in jnetpcap.capture.file
 

Subinterfaces of RecordIterator in jnetpcap.capture.file
 interface MutableRecordIterator<T extends Record>
          Iterator which extends the basic immutable RecordIterator and add methods to add, remove, move or seek records in a capture file.
 

Methods in jnetpcap.capture.file that return RecordIterator
<E extends DataRecord>
RecordIterator<E>
BlockRecord.getRecords(java.lang.Class<E> c)
           
 

Uses of RecordIterator in jnetpcap.capture.file.nap
 

Subinterfaces of RecordIterator in jnetpcap.capture.file.nap
 interface NAPBlock
           
 

Methods in jnetpcap.capture.file.nap that return RecordIterator
<E extends DataRecord>
RecordIterator<E>
NAPBlock.getRecords(java.lang.Class<E> c)