Class OffloadIndexBlock.IndexInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- org.apache.bookkeeper.mledger.offload.jcloud.OffloadIndexBlock.IndexInputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
- Enclosing interface:
- OffloadIndexBlock
public static class OffloadIndexBlock.IndexInputStream extends java.io.FilterInputStreamAn input stream which knows the size of the stream upfront.
-
-
Constructor Summary
Constructors Constructor Description IndexInputStream(java.io.InputStream in, long streamSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetStreamSize()-
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip
-
-