public class VerifyInputStream extends InputStream
| Constructor and Description |
|---|
VerifyInputStream(InputStream inputStream,
Map<String,String> map) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] bytes) |
available, close, mark, markSupported, read, reset, skippublic VerifyInputStream(InputStream inputStream, Map<String,String> map) throws NoSuchAlgorithmException
NoSuchAlgorithmExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] bytes)
throws IOException
read in class InputStreamIOExceptionCopyright © 2021. All rights reserved.