Class OffloadIndexBlock.IndexInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- org.apache.bookkeeper.mledger.offload.jcloud.OffloadIndexBlock.IndexInputStream
-
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing interface:
- OffloadIndexBlock
public static class OffloadIndexBlock.IndexInputStream extends FilterInputStream
An input stream which knows the size of the stream upfront.
-
-
Field Summary
-
Fields inherited from class java.io.FilterInputStream
in
-
-
Constructor Summary
Constructors Constructor Description IndexInputStream(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
-
-
-
-
Constructor Detail
-
IndexInputStream
public IndexInputStream(InputStream in, long streamSize)
-
-