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

#include <Writer.h>

Inheritance diagram for beecrypt::io::Writer:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual Writerappend (jchar c) throw (IOException)
virtual Writerappend (const CharSequence &cseq) throw (IOException)
virtual void write (const array< jchar > &cbuf) throw (IOException)
virtual void write (const jchar *cbuf, jint off, jint len)=0 throw (IOException)
virtual void write (jint c) throw (IOException)
virtual void write (const String &str) throw (IOException)
virtual void write (const String &str, jint off, jint len) throw (IOException)

Protected Member Functions

 Writer ()
 Writer (Object &lock)

Protected Attributes

Objectlock


Constructor & Destructor Documentation

beecrypt::io::Writer::Writer (  )  [protected]

beecrypt::io::Writer::Writer ( Object lock  )  [protected]


Member Function Documentation

virtual Writer& beecrypt::io::Writer::append ( const CharSequence cseq  )  throw (IOException) [virtual]

virtual Writer& beecrypt::io::Writer::append ( jchar  c  )  throw (IOException) [virtual]

virtual void beecrypt::io::Writer::write ( const String str,
jint  off,
jint  len 
) throw (IOException) [virtual]

virtual void beecrypt::io::Writer::write ( const String str  )  throw (IOException) [virtual]

virtual void beecrypt::io::Writer::write ( jint  c  )  throw (IOException) [virtual]

virtual void beecrypt::io::Writer::write ( const jchar *  cbuf,
jint  off,
jint  len 
) throw (IOException) [pure virtual]

virtual void beecrypt::io::Writer::write ( const array< jchar > &  cbuf  )  throw (IOException) [virtual]


Member Data Documentation


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