类 BlobStoreBackedInputStreamImpl
java.lang.Object
java.io.InputStream
org.apache.bookkeeper.mledger.offload.jcloud.BackedInputStream
org.apache.bookkeeper.mledger.offload.jcloud.impl.BlobStoreBackedInputStreamImpl
- 所有已实现的接口:
Closeable,AutoCloseable
-
构造器概要
构造器构造器说明BlobStoreBackedInputStreamImpl(org.jclouds.blobstore.BlobStore blobStore, String bucket, String key, DataBlockUtils.VersionCheck versionCheck, long objectLen, int bufferSize) -
方法概要
从类继承的方法 java.io.InputStream
mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
构造器详细资料
-
BlobStoreBackedInputStreamImpl
public BlobStoreBackedInputStreamImpl(org.jclouds.blobstore.BlobStore blobStore, String bucket, String key, DataBlockUtils.VersionCheck versionCheck, long objectLen, int bufferSize)
-
-
方法详细资料
-
read
- 指定者:
read在类中InputStream- 抛出:
IOException
-
read
- 覆盖:
read在类中InputStream- 抛出:
IOException
-
seek
public void seek(long position) - 指定者:
seek在类中BackedInputStream
-
seekForward
- 指定者:
seekForward在类中BackedInputStream- 抛出:
IOException
-
close
public void close()- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable- 覆盖:
close在类中InputStream
-
available
- 覆盖:
available在类中InputStream- 抛出:
IOException
-