org.relique.io
Class EncryptedFileOutputStream
java.lang.Object
java.io.OutputStream
org.relique.io.EncryptedFileOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class EncryptedFileOutputStream
- extends OutputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncryptedFileOutputStream
public EncryptedFileOutputStream(String fileName,
CryptoFilter filter)
throws FileNotFoundException
- Throws:
FileNotFoundException
write
public void write(int b)
throws IOException
- Specified by:
write
in class OutputStream
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Overrides:
close
in class OutputStream
- Throws:
IOException
Copyright © 2016. All rights reserved.