Class BackedInputStream
- java.lang.Object
-
- java.io.InputStream
-
- org.apache.bookkeeper.mledger.offload.jcloud.BackedInputStream
-
- All Implemented Interfaces:
Closeable,AutoCloseable
- Direct Known Subclasses:
BlobStoreBackedInputStreamImpl
public abstract class BackedInputStream extends InputStream
Abstract input stream class.
-
-
Constructor Summary
Constructors Constructor Description BackedInputStream()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidseek(long position)abstract voidseekForward(long position)-
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, read, reset, skip
-
-
-
-
Method Detail
-
seek
public abstract void seek(long position)
-
seekForward
public abstract void seekForward(long position) throws IOException- Throws:
IOException
-
-