Closeable, Flushable, AutoCloseablepublic class EncryptedFileOutputStream extends OutputStream
| Constructor | Description |
|---|---|
EncryptedFileOutputStream(String fileName,
CryptoFilter filter) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
void |
write(int b) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitflush, 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 AutoCloseableclose in interface Closeableclose in class OutputStreamIOExceptionCopyright © 2018. All rights reserved.