#include <Writer.h>
Public Member Functions | |
virtual Writer & | append (jchar c) throw (IOException) |
virtual Writer & | append (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 | |
Object * | lock |
beecrypt::io::Writer::Writer | ( | ) | [protected] |
beecrypt::io::Writer::Writer | ( | Object & | lock | ) | [protected] |
virtual Writer& beecrypt::io::Writer::append | ( | const CharSequence & | cseq | ) | throw (IOException) [virtual] |
Implements beecrypt::lang::Appendable.
virtual Writer& beecrypt::io::Writer::append | ( | jchar | c | ) | throw (IOException) [virtual] |
Implements beecrypt::lang::Appendable.
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] |
Object* beecrypt::io::Writer::lock [protected] |