public class EncryptedFileOutputStream extends OutputStream
| Constructor and Description |
|---|
EncryptedFileOutputStream(String fileName,
CryptoFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
write(int b) |
flush, write, writepublic EncryptedFileOutputStream(String fileName, CryptoFilter filter) throws FileNotFoundException
FileNotFoundExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionCopyright © 2016. All rights reserved.