public class MyCipherOutputStream extends CipherOutputStream
CipherOutputStream that allows proper flushing of the
stream without closing the underlying output streamout| Constructor and Description |
|---|
MyCipherOutputStream(OutputStream os,
Cipher c) |
| Modifier and Type | Method and Description |
|---|---|
void |
finish() |
public MyCipherOutputStream(OutputStream os, Cipher c)
public void finish()
throws IOException
IOExceptionCopyright © 2010–2016 UNICORE. All rights reserved.