public class MD5DigestCalculatingInputStream extends SdkFilterInputStream
in| 构造器和说明 |
|---|
MD5DigestCalculatingInputStream(InputStream in) |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
getMd5Digest() |
void |
mark(int readlimit) |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
reset()
Resets the wrapped input stream and the in progress message digest.
|
abort, abortIfNeeded, available, close, isAborted, markSupported, release, skipreadpublic MD5DigestCalculatingInputStream(InputStream in)
public byte[] getMd5Digest()
public void mark(int readlimit)
mark 在类中 SdkFilterInputStreampublic void reset()
throws IOException
reset 在类中 SdkFilterInputStreamIOExceptionpublic int read()
throws IOException
read 在类中 SdkFilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read 在类中 SdkFilterInputStreamIOExceptionCopyright © 2022. All rights reserved.