Abstract class for reading from character streams. More...
Inherits log4cxx::helpers::ObjectImpl.
Inherited by InputStreamReader.
Classes | |
| class | ClazzReader |
Public Member Functions | |
| virtual const helpers::Class & | getClass () const |
| const void * | cast (const helpers::Class &clazz) const |
| bool | instanceof (const helpers::Class &clazz) const |
| virtual void | close (Pool &p)=0 |
| Closes the stream. | |
| virtual LogString | read (Pool &p)=0 |
Static Public Member Functions | |
| static const helpers::Class & | getStaticClass () |
| static const log4cxx::helpers::ClassRegistration & | registerClass () |
Protected Member Functions | |
| Reader () | |
| Creates a new character-stream reader. | |
| virtual | ~Reader () |
Abstract class for reading from character streams.
| Reader | ( | ) | [protected] |
Creates a new character-stream reader.
| virtual ~Reader | ( | ) | [protected, virtual] |
| const void* cast | ( | const helpers::Class & | clazz | ) | const [inline, virtual] |
Implements Object.
| virtual void close | ( | Pool & | p | ) | [pure virtual] |
Closes the stream.
| p | The memory pool associated with the reader. |
Implemented in InputStreamReader.
| virtual const helpers::Class& getClass | ( | ) | const [virtual] |
Reimplemented from Object.
| static const helpers::Class& getStaticClass | ( | ) | [static] |
Reimplemented from Object.
| bool instanceof | ( | const helpers::Class & | clazz | ) | const [inline, virtual] |
Implements Object.
| p | The memory pool associated with the reader. |
Implemented in InputStreamReader.
| static const log4cxx::helpers::ClassRegistration& registerClass | ( | ) | [static] |
Reimplemented from Object.