public class EncryptionInputStreamWrapper extends InputStream
| Constructor and Description |
|---|
EncryptionInputStreamWrapper(InputStream origStream,
InputStream innerStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
available, mark, markSupported, read, read, reset, skippublic EncryptionInputStreamWrapper(InputStream origStream, InputStream innerStream)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2019. All rights reserved.