Abstract class for writing to character streams. More...
Inherits log4cxx::helpers::Writer.
Classes | |
| class | ClazzOutputStreamWriter |
Public Member Functions | |
| virtual const helpers::Class & | getClass () const |
| const void * | cast (const helpers::Class &clazz) const |
| bool | instanceof (const helpers::Class &clazz) const |
| OutputStreamWriter (OutputStreamPtr &out) | |
| OutputStreamWriter (OutputStreamPtr &out, CharsetEncoderPtr &enc) | |
| ~OutputStreamWriter () | |
| virtual void | close (Pool &p) |
| virtual void | flush (Pool &p) |
| virtual void | write (const LogString &str, Pool &p) |
| LogString | getEncoding () const |
Static Public Member Functions | |
| static const helpers::Class & | getStaticClass () |
| static const log4cxx::helpers::ClassRegistration & | registerClass () |
Abstract class for writing to character streams.
| OutputStreamWriter | ( | OutputStreamPtr & | out | ) |
| OutputStreamWriter | ( | OutputStreamPtr & | out, | |
| CharsetEncoderPtr & | enc | |||
| ) |
| ~OutputStreamWriter | ( | ) |
| const void* cast | ( | const helpers::Class & | clazz | ) | const [inline, virtual] |
Reimplemented from Writer.
| virtual const helpers::Class& getClass | ( | ) | const [virtual] |
Reimplemented from Writer.
| LogString getEncoding | ( | ) | const |
| static const helpers::Class& getStaticClass | ( | ) | [static] |
Reimplemented from Writer.
| bool instanceof | ( | const helpers::Class & | clazz | ) | const [inline, virtual] |
Reimplemented from Writer.
| static const log4cxx::helpers::ClassRegistration& registerClass | ( | ) | [static] |
Reimplemented from Writer.