Class SeekableStream.RandomAccessInputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable
    Enclosing class:
    SeekableStream

    public abstract static class SeekableStream.RandomAccessInputStream
    extends java.io.FilterInputStream
    Used to wrap and indicate a underlying stream which has a position and has seek(). FilterInputStream.close() is called when SeekableStream.close() is called.
    • Method Summary

      • Methods inherited from class java.io.FilterInputStream

        available, close, mark, markSupported, read, read, read, reset, skip
      • Methods inherited from class java.io.InputStream

        nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait