Interface OffsetIterator<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getOffset()
      Returns the current opaque offset within the underlying data stream
      • Methods inherited from interface java.io.Closeable

        close
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, hasNext, next, remove
    • Method Detail

      • getOffset

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