类 OffloadIndexBlock.IndexInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.bookkeeper.mledger.offload.jcloud.OffloadIndexBlock.IndexInputStream
- 所有已实现的接口:
Closeable,AutoCloseable
- 封闭接口:
- OffloadIndexBlock
An input stream which knows the size of the stream upfront.
-
字段概要
从类继承的字段 java.io.FilterInputStream
in -
构造器概要
构造器 -
方法概要
从类继承的方法 java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip从类继承的方法 java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
构造器详细资料
-
IndexInputStream
-
-
方法详细资料
-
getStreamSize
public long getStreamSize()- 返回:
- the number of bytes in the stream.
-