#include <AbstractCharFilterWriter.h>
Inheritance diagram for acdk::io::AbstractCharFilterWriter:
Public Member Functions | |
AbstractCharFilterWriter (IN(RCharWriter) out, IN(acdk::lang::Object) iolock=Nil) | |
virtual void | writeChar (char c) |
write a single ASCII 7 bit character | |
virtual void | writeChar (ucchar c) |
write a single unicode character | |
virtual void | writeString (const char *cstr) |
write ASCII 7 bit characters | |
virtual void | writeString (const ucchar *cstr) |
write unicode characters | |
virtual void | writeString (IN(RString) str) |
write a string | |
virtual void | flush () |
flush the writer | |
virtual void | close () |
close the writer | |
virtual RWriter | getWriter (IN(acdk::locale::RDecoder) decoder=Nil) |
returns the underlying byte reader | |
RCharWriter | getOut () |
void | setOut (IN(RCharWriter) out) |
Protected Attributes | |
RCharWriter | _out |
|
|
|
close the writer
Implements acdk::io::AbstractCharWriter. Reimplemented in acdk::io::PrintWriter. |
|
flush the writer
Implements acdk::io::AbstractCharWriter. Reimplemented in acdk::io::PrintWriter. |
|
|
|
returns the underlying byte reader
Reimplemented from acdk::io::CharWriter. |
|
|
|
write a single unicode character
Implements acdk::io::AbstractCharWriter. |
|
write a single ASCII 7 bit character
Implements acdk::io::AbstractCharWriter. |
|
write a string
Reimplemented from acdk::io::AbstractCharWriter. |
|
write unicode characters
Reimplemented from acdk::io::AbstractCharWriter. |
|
write ASCII 7 bit characters
Reimplemented from acdk::io::AbstractCharWriter. |
|
|