#include <FileOutputStream.h>
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, int offset, int length) throw (IOException) |
virtual void | write (const bytearray &b) throw (IOException) |
beecrypt::io::FileOutputStream::FileOutputStream | ( | FILE * | f | ) |
virtual beecrypt::io::FileOutputStream::~FileOutputStream | ( | ) | [virtual] |
virtual void beecrypt::io::FileOutputStream::close | ( | ) | throw (IOException) [virtual] |
Reimplemented from beecrypt::io::OutputStream.
virtual void beecrypt::io::FileOutputStream::flush | ( | ) | throw (IOException) [virtual] |
Reimplemented from beecrypt::io::OutputStream.
virtual void beecrypt::io::FileOutputStream::write | ( | const bytearray & | b | ) | throw (IOException) [virtual] |
Reimplemented from beecrypt::io::OutputStream.
virtual void beecrypt::io::FileOutputStream::write | ( | const byte * | data, | |
int | offset, | |||
int | length | |||
) | throw (IOException) [virtual] |
Reimplemented from beecrypt::io::OutputStream.
virtual void beecrypt::io::FileOutputStream::write | ( | byte | b | ) | throw (IOException) [virtual] |
Implements beecrypt::io::OutputStream.