com.dtolabs.rundeck.core.logging
Interface OffsetIterator<T>

All Superinterfaces:
java.io.Closeable, java.util.Iterator<T>
All Known Subinterfaces:
LogEventIterator, ReverseSeekingStreamingLogReader, StreamingLogReader, StreamingLogReaderPlugin

public interface OffsetIterator<T>
extends java.util.Iterator<T>, java.io.Closeable


Method Summary
 long getOffset()
          Returns the current opaque offset within the underlying data stream
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getOffset

long getOffset()
Returns the current opaque offset within the underlying data stream

Returns: