beecrypt::io::FileOutputStream Class Reference
[C++ classes mimicking java.io]

#include <FileOutputStream.h>

Inheritance diagram for beecrypt::io::FileOutputStream:

Inheritance graph
[legend]
Collaboration diagram for beecrypt::io::FileOutputStream:

Collaboration graph
[legend]

List of all members.

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)


Constructor & Destructor Documentation

beecrypt::io::FileOutputStream::FileOutputStream ( FILE *  f  ) 

virtual beecrypt::io::FileOutputStream::~FileOutputStream (  )  [virtual]


Member Function Documentation

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]


The documentation for this class was generated from the following file:

Generated on Fri Jun 19 13:39:42 2009 for BeeCrypt C++ by  doxygen 1.5.8