net.ontopia.utils
Class EncryptedOutputStream
java.lang.Object
java.io.OutputStream
net.ontopia.utils.EncryptedOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class EncryptedOutputStream
- extends OutputStream
INTERNAL: Output stream for reading in a encrypted input stream (for
example from a file) and giving back the decrypted values.
Method Summary |
void |
write(int b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncryptedOutputStream
public EncryptedOutputStream(OutputStream myOutputStream)
write
public void write(int b)
throws IOException
- Specified by:
write
in class OutputStream
- Throws:
IOException
Copyright © 2000-2012 Ontopia.