|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MutableFileIterator
Extends the immutable FileIterator and adds methods to add, remove, move or seek around the underlying packet dataset.
| Method Summary | |
|---|---|
SeekResult |
seek(java.sql.Timestamp earliestTimestamp)
Seeks or searches for the first paket within the iterator starting at the beggining, that has its capture timestamp equal or older then the specified timestamp. |
void |
setPosition(long position)
Sets the absolute position of this iterator's current position. |
| Methods inherited from interface jnetpcap.capture.FileIterator |
|---|
getPosition |
| Method Detail |
|---|
void setPosition(long position)
throws java.io.IOException
position - new absolute position of the current pointer within the file
java.io.IOException - any IO errors
SeekResult seek(java.sql.Timestamp earliestTimestamp)
throws java.io.IOException
earliestTimestamp - earliest timestamp to search for
java.io.IOException - any IO errors
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||