public class DecryptingOutputStream extends FilterOutputStream
out| Constructor and Description |
|---|
DecryptingOutputStream(OutputStream out,
StreamingEncryptionEngine engine,
int blockSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
write(int b) |
flush, write, writepublic DecryptingOutputStream(OutputStream out, StreamingEncryptionEngine engine, int blockSize)
public void write(int b)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionCopyright © 2019. All rights reserved.