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

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

#include <OutputStream.h>

Inheritance diagram for beecrypt::io::OutputStream:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual ~OutputStream ()
virtual void close () throw (IOException)
virtual void flush () throw (IOException)
virtual void write (byte b)=0 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

virtual beecrypt::io::OutputStream::~OutputStream  )  [inline, virtual]
 


Member Function Documentation

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

Reimplemented in beecrypt::io::ByteArrayOutputStream, beecrypt::io::FileOutputStream, beecrypt::io::FilterOutputStream, and beecrypt::io::PrintStream.

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

Reimplemented in beecrypt::io::ByteArrayOutputStream, beecrypt::io::FileOutputStream, beecrypt::io::FilterOutputStream, and beecrypt::io::PrintStream.

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

Reimplemented in beecrypt::io::ByteArrayOutputStream, beecrypt::io::DataOutputStream, beecrypt::io::FileOutputStream, and beecrypt::io::FilterOutputStream.

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

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

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

Implemented in beecrypt::crypto::MacOutputStream, beecrypt::io::ByteArrayOutputStream, beecrypt::io::DataOutputStream, beecrypt::io::FileOutputStream, beecrypt::io::FilterOutputStream, beecrypt::io::PrintStream, and beecrypt::security::DigestOutputStream.


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