Interface SeekableSource

All Known Implementing Classes:
SeekableSourceFromPageManager, SeekableSourceOverDataStreamSource

public interface SeekableSource
  • Method Summary

    Modifier and Type
    Method
    Description
    get(long pos)
     
    long
     
    boolean
    True if Seekables obtained by the source support absolution positions
  • Method Details

    • supportsAbsolutePosition

      boolean supportsAbsolutePosition()
      True if Seekables obtained by the source support absolution positions
      Returns:
    • get

      Seekable get(long pos) throws IOException
      Throws:
      IOException
    • size

      long size() throws IOException
      Throws:
      IOException