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, markSupported, release, skip
read
public MD5DigestCalculatingInputStream(InputStream in)
public byte[] getMd5Digest()
public void mark(int readlimit)
mark
在类中 SdkFilterInputStream
public void reset() throws IOException
reset
在类中 SdkFilterInputStream
IOException
public int read() throws IOException
read
在类中 SdkFilterInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
在类中 SdkFilterInputStream
IOException
Copyright © 2017. All rights reserved.