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

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

#include <FilterOutputStream.h>

Inheritance diagram for beecrypt::io::FilterOutputStream:

[legend]
Collaboration diagram for beecrypt::io::FilterOutputStream:
[legend]
List of all members.

Public Member Functions

 FilterOutputStream (OutputStream &out)
virtual ~FilterOutputStream ()
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)

Protected Attributes

OutputStreamout

Detailed Description


Constructor & Destructor Documentation

beecrypt::io::FilterOutputStream::FilterOutputStream OutputStream out  ) 
 

virtual beecrypt::io::FilterOutputStream::~FilterOutputStream  )  [virtual]
 


Member Function Documentation

virtual void beecrypt::io::FilterOutputStream::close  )  throw (IOException) [virtual]
 

Reimplemented from beecrypt::io::OutputStream.

Reimplemented in beecrypt::io::PrintStream.

virtual void beecrypt::io::FilterOutputStream::flush  )  throw (IOException) [virtual]
 

Reimplemented from beecrypt::io::OutputStream.

Reimplemented in beecrypt::io::PrintStream.

virtual void beecrypt::io::FilterOutputStream::write const bytearray b  )  throw (IOException) [virtual]
 

Reimplemented from beecrypt::io::OutputStream.

Reimplemented in beecrypt::io::DataOutputStream.

virtual void beecrypt::io::FilterOutputStream::write const byte data,
size_t  offset,
size_t  length
throw (IOException) [virtual]
 

Reimplemented from beecrypt::io::OutputStream.

Reimplemented in beecrypt::crypto::MacOutputStream, beecrypt::io::DataOutputStream, beecrypt::io::PrintStream, and beecrypt::security::DigestOutputStream.

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

Implements beecrypt::io::OutputStream.

Reimplemented in beecrypt::crypto::MacOutputStream, beecrypt::io::DataOutputStream, beecrypt::io::PrintStream, and beecrypt::security::DigestOutputStream.


Member Data Documentation

OutputStream& beecrypt::io::FilterOutputStream::out [protected]
 


The documentation for this class was generated from the following file:
Generated on Wed Jun 29 23:17:34 2005 for BeeCrypt by  doxygen 1.4.1