Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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, size_t offset, size_t length) throw (IOException)
virtual void write (const bytearray &b) throw (IOException)

Detailed Description


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,
size_t  offset,
size_t  length
throw (IOException) [virtual]
 

Reimplemented from beecrypt::io::OutputStream.

virtual void beecrypt::io::FileOutputStream::write byte  b  )  throw (IOException) [virtual]
 

Implements beecrypt::io::OutputStream.


The documentation for this class was generated from the following file:
Generated on Mon Jun 20 08:11:15 2005 for BeeCrypt by  doxygen 1.4.0