public class MD5DigestCalculatingInputStream extends FilterInputStream
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.
|
available, close, markSupported, read, skippublic MD5DigestCalculatingInputStream(InputStream in)
public byte[] getMd5Digest()
public void mark(int readlimit)
mark 在类中 FilterInputStreampublic void reset()
throws IOException
reset 在类中 FilterInputStreamIOExceptionpublic int read()
throws IOException
read 在类中 FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read 在类中 FilterInputStreamIOExceptionCopyright © 2024. All rights reserved.