#include <FilterOutputStream.h>
Inheritance diagram for beecrypt::io::FilterOutputStream:
Public Member Functions | |
FilterOutputStream (OutputStream &out) | |
virtual | ~FilterOutputStream () |
virtual void | close () throw (IOException) |
virtual void | flush () throw (IOException) |
virtual void | write (byte b) throw (IOException) |
virtual void | write (const byte *data, size_t offset, size_t length) throw (IOException) |
virtual void | write (const bytearray &b) throw (IOException) |
Protected Attributes | |
OutputStream & | out |
|
|
|
|
|
Reimplemented from beecrypt::io::OutputStream. Reimplemented in beecrypt::io::PrintStream. |
|
Reimplemented from beecrypt::io::OutputStream. Reimplemented in beecrypt::io::PrintStream. |
|
Reimplemented from beecrypt::io::OutputStream. Reimplemented in beecrypt::io::DataOutputStream. |
|
Reimplemented from beecrypt::io::OutputStream. Reimplemented in beecrypt::crypto::MacOutputStream, beecrypt::io::DataOutputStream, beecrypt::io::PrintStream, and beecrypt::security::DigestOutputStream. |
|
Implements beecrypt::io::OutputStream. Reimplemented in beecrypt::crypto::MacOutputStream, beecrypt::io::DataOutputStream, beecrypt::io::PrintStream, and beecrypt::security::DigestOutputStream. |
|
|