Apache log4cxx
Version 0.10.0
|
Abstract class for reading from character streams. More...
Public Member Functions | |
virtual void | close (Pool &p)=0 |
Closes the stream. More... | |
virtual LogString | read (Pool &p)=0 |
Public Member Functions inherited from ObjectImpl | |
ObjectImpl () | |
virtual | ~ObjectImpl () |
void | addRef () const |
void | releaseRef () const |
Public Member Functions inherited from Object | |
virtual const helpers::Class & | getClass () const |
virtual | ~Object () |
virtual bool | instanceof (const Class &clazz) const =0 |
virtual const void * | cast (const Class &clazz) const =0 |
Protected Member Functions | |
Reader () | |
Creates a new character-stream reader. More... | |
virtual | ~Reader () |
Additional Inherited Members | |
Static Public Member Functions inherited from Object | |
static const helpers::Class & | getStaticClass () |
static const log4cxx::helpers::ClassRegistration & | registerClass () |
Protected Attributes inherited from ObjectImpl | |
unsigned int volatile | ref |
Abstract class for reading from character streams.
|
protected |
Creates a new character-stream reader.
|
protectedvirtual |
|
pure virtual |
Closes the stream.
p | The memory pool associated with the reader. |
Implemented in InputStreamReader.
p | The memory pool associated with the reader. |
Implemented in InputStreamReader.