public class EncryptedOutputStreamWrapper extends ByteArrayOutputStream
buf, count| Constructor and Description |
|---|
EncryptedOutputStreamWrapper(OutputStream wrapped,
EncryptionService streamEncryptor)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
reset, size, toByteArray, toString, toString, toString, write, write, writeToflush, writepublic EncryptedOutputStreamWrapper(OutputStream wrapped, EncryptionService streamEncryptor)
wrapped - streamEncryptor - public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ByteArrayOutputStreamIOExceptionCopyright © 2014. All rights reserved.