| 程序包 | 说明 |
|---|---|
| com.qcloud.cos.event | |
| com.qcloud.cos.internal | |
| com.qcloud.cos.internal.crypto | |
| com.qcloud.cos.model |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ProgressInputStream |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DigestValidationInputStream
Input stream extends SdkDigestInputStream, when you finish reading the stream, it
will validate whether the computed digest equals the one from the server
side.
|
class |
InputSubstream
Filtered input stream implementation that exposes a range of an input stream
as a new input stream.
|
class |
LengthCheckInputStream |
class |
MD5DigestCalculatingInputStream
Simple InputStream wrapper that examines the wrapped stream's contents as
they are read and calculates and MD5 digest.
|
class |
ReleasableInputStream
An input stream that can have the close operation disabled (to avoid accidentally being closed).
|
class |
ResettableInputStream
A mark-and-resettable input stream that can be used on files or file input streams.
|
class |
SdkDigestInputStream |
class |
SdkFilterInputStream
Base class for COS Java SDK specific
FilterInputStream. |
class |
SdkInputStream |
class |
ServiceClientHolderInputStream
This wrapper input stream holds a reference to the service client.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AdjustedRangeInputStream
Reads only a specific range of bytes from the underlying input stream.
|
class |
CipherLiteInputStream |
class |
RenewableCipherLiteInputStream
A specific kind of
CipherLiteInputStream that supports partial
mark-and-reset in the sense that, if the underlying input stream supports
mark-and-reset, this input stream can then be marked at and get reset back to
the very beginning of the stream (but not anywhere else). |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ByteRangeCapturingInputStream
FilterInputStream that captures a range of bytes from a wrapped input stream.
|
class |
COSObjectInputStream
Input stream representing the content of an
COSObject. |
class |
SelectRecordsInputStream
An implementation of
InputStream that loads the content from the COS object that matched the select query. |
Copyright © 2022. All rights reserved.