public class EncryptedInputStreamWrapper extends ByteArrayInputStream
buf, count, mark, pos| Constructor and Description |
|---|
EncryptedInputStreamWrapper(InputStream wrapped,
DecryptionService streamDecryptor)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, reset, skippublic EncryptedInputStreamWrapper(InputStream wrapped, DecryptionService streamDecryptor) throws IOException, KeyringException, GeneralSecurityException
wrapped - streamDecryptor - IOExceptionKeyringExceptionGeneralSecurityExceptionpublic int read()
read in class ByteArrayInputStreampublic int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
read in class ByteArrayInputStreamCopyright © 2014. All rights reserved.