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


Constructor & Destructor Documentation

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


Member Function Documentation

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

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

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

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

virtual void beecrypt::io::OutputStream::write ( byte  b  )  throw (IOException) [pure 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