Class BackedInputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable
    Direct Known Subclasses:
    BlobStoreBackedInputStreamImpl

    public abstract class BackedInputStream
    extends java.io.InputStream
    Abstract input stream class.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void seek​(long position)  
      abstract void seekForward​(long position)  
      • Methods inherited from class java.io.InputStream

        available, close, mark, markSupported, nullInputStream, read, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BackedInputStream

        public BackedInputStream()
    • Method Detail

      • seek

        public abstract void seek​(long position)
      • seekForward

        public abstract void seekForward​(long position)
                                  throws java.io.IOException
        Throws:
        java.io.IOException