|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 iterate over long sequences of records which physically reside on a
some storage device.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.slytechs.utils.collection.IOIterator |
|---|
com.slytechs.utils.collection.IOIterator.IteratorAdapter<E> |
| Method Summary | |
|---|---|
com.slytechs.utils.collection.SeekResult |
seekSecond()
Skips over the block header, which is always the first record and aligns on the second record which is usually the data record. |
| Methods inherited from interface org.jnetstream.capture.file.FileIterator |
|---|
seek, setAutoflush |
| Methods inherited from interface com.slytechs.utils.collection.IOSeekableFirstLast |
|---|
seekEnd, seekFirst, seekLast |
| Methods inherited from interface com.slytechs.utils.collection.IOSkippable |
|---|
skip |
| Methods inherited from interface com.slytechs.utils.collection.IOIterator |
|---|
hasNext, next, remove |
| Methods inherited from interface org.jnetstream.capture.file.FileModifier |
|---|
abortChanges, add, addAll, addAll, remove, removeAll, removeAll, removeAll, removeAll, replace, retainAll, retainAll, swap |
| Methods inherited from interface com.slytechs.utils.collection.IOSeekable |
|---|
seek, seek |
| Methods inherited from interface com.slytechs.utils.collection.IOPositional |
|---|
getPosition, setPosition, setPosition |
| Methods inherited from interface java.io.Flushable |
|---|
flush |
| Methods inherited from interface java.io.Closeable |
|---|
close |
| Method Detail |
|---|
com.slytechs.utils.collection.SeekResult seekSecond()
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||