#include <FileOutputStream.h>
Inheritance diagram for beecrypt::io::FileOutputStream:
Public Member Functions | |
FileOutputStream (FILE *f) | |
virtual | ~FileOutputStream () |
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) |
|
|
|
|
|
Reimplemented from beecrypt::io::OutputStream. |
|
Reimplemented from beecrypt::io::OutputStream. |
|
Reimplemented from beecrypt::io::OutputStream. |
|
Reimplemented from beecrypt::io::OutputStream. |
|
Implements beecrypt::io::OutputStream. |