#include <OutputStream.h>
Inheritance diagram for beecrypt::io::OutputStream:
Public Member Functions | |
virtual | ~OutputStream () |
virtual void | close () throw (IOException) |
virtual void | flush () throw (IOException) |
virtual void | write (byte b)=0 throw (IOException) |
virtual void | write (const byte *data, size_t offset, size_t length) throw (IOException) |
virtual void | write (const bytearray &b) throw (IOException) |
|
|
|
Reimplemented in beecrypt::io::ByteArrayOutputStream, beecrypt::io::FileOutputStream, beecrypt::io::FilterOutputStream, and beecrypt::io::PrintStream. |
|
Reimplemented in beecrypt::io::ByteArrayOutputStream, beecrypt::io::FileOutputStream, beecrypt::io::FilterOutputStream, and beecrypt::io::PrintStream. |
|
Reimplemented in beecrypt::io::ByteArrayOutputStream, beecrypt::io::DataOutputStream, beecrypt::io::FileOutputStream, and beecrypt::io::FilterOutputStream. |
|
|