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

#include <FilterOutputStream.h>

Inheritance diagram for beecrypt::io::FilterOutputStream:

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

Collaboration graph
[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

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 ( byte  b  )  throw (IOException) [virtual]

Implements beecrypt::io::OutputStream.

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

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 ( const bytearray b  )  throw (IOException) [virtual]

Reimplemented from beecrypt::io::OutputStream.

Reimplemented in beecrypt::io::DataOutputStream.


Member Data Documentation

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


The documentation for this class was generated from the following file:
Generated on Wed Aug 22 06:25:36 2007 for BeeCrypt by  doxygen 1.5.2