程序包 | 说明 |
---|---|
com.tencent.cos.xml.crypto |
限定符和类型 | 类和说明 |
---|---|
class |
CipherLiteInputStream |
class |
InputSubstream
Filtered input stream implementation that exposes a range of an input stream
as a new input stream.
|
class |
LengthCheckInputStream |
class |
ReleasableInputStream
An input stream that can have the close operation disabled (to avoid accidentally being closed).
|
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 |
ResettableInputStream
A mark-and-resettable input stream that can be used on files or file input streams.
|
class |
SdkFilterInputStream
Base class for COS Java SDK specific
FilterInputStream . |