public class MsgDigestInputStream extends FilterInputStream
in
构造器和说明 |
---|
MsgDigestInputStream(InputStream in,
MessageDigest md) |
MsgDigestInputStream(InputStream in,
String name) |
public MsgDigestInputStream(InputStream in, MessageDigest md)
public MsgDigestInputStream(InputStream in, String name)
public int read() throws IOException
read
在类中 FilterInputStream
IOException
public int read(byte[] b) throws IOException
read
在类中 FilterInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
在类中 FilterInputStream
IOException
public String digest()
public boolean markSupported()
markSupported
在类中 FilterInputStream
public void reset() throws IOException
reset
在类中 FilterInputStream
IOException
Copyright © 2017. All rights reserved.