|
Apache log4cxx
Version 0.11.0
|
Abstract class for reading from character streams. More...
#include <reader.h>
Public Member Functions | |
| virtual void | close (Pool &p)=0 |
| Closes the stream. More... | |
| virtual LogString | read (Pool &p)=0 |
Public Member Functions inherited from log4cxx::helpers::ObjectImpl | |
| void | addRef () const |
| void | releaseRef () const |
Public Member Functions inherited from log4cxx::helpers::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. | |
Additional Inherited Members | |
Protected Attributes inherited from log4cxx::helpers::ObjectImpl | |
| unsigned int volatile | ref |
Abstract class for reading from character streams.
|
pure virtual |
Closes the stream.
| p | The memory pool associated with the reader. |
Implemented in log4cxx::helpers::InputStreamReader.
|
pure virtual |
| p | The memory pool associated with the reader. |
Implemented in log4cxx::helpers::InputStreamReader.