public class VerifyInputStream extends InputStream
| 构造器和说明 |
|---|
VerifyInputStream(InputStream inputStream,
Map<String,String> map) |
public VerifyInputStream(InputStream inputStream, Map<String,String> map) throws NoSuchAlgorithmException
public int read()
throws IOException
read 在类中 InputStreamIOExceptionpublic int read(byte[] bytes)
throws IOException
read 在类中 InputStreamIOExceptionCopyright © 2020. All rights reserved.