程序包 | 说明 |
---|---|
com.tencent.cos.xml.crypto |
限定符和类型 | 方法和说明 |
---|---|
static ResettableInputStream |
ResettableInputStream.newResettableInputStream(java.io.File file)
Convenient factory method to construct a new resettable input stream for the given file,
converting any IOException into CosClientException.
|
static ResettableInputStream |
ResettableInputStream.newResettableInputStream(java.io.FileInputStream fis)
Convenient factory method to construct a new resettable input stream for the given file input
stream, converting any IOException into CosClientException.
|
static ResettableInputStream |
ResettableInputStream.newResettableInputStream(java.io.FileInputStream fis,
java.lang.String errmsg)
Convenient factory method to construct a new resettable input stream for the given file input
stream, converting any IOException into CosClientException with the given error message.
|
static ResettableInputStream |
ResettableInputStream.newResettableInputStream(java.io.File file,
java.lang.String errmsg)
Convenient factory method to construct a new resettable input stream for the given file,
converting any IOException into CosClientException with the given error message.
|