Reader Class Reference

Abstract class for reading from character streams. More...

Inherits log4cxx::helpers::ObjectImpl.

Inherited by InputStreamReader.

List of all members.

Classes

class  ClazzReader

Public Member Functions

virtual const helpers::ClassgetClass () 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::ClassgetStaticClass ()
static const
log4cxx::helpers::ClassRegistration
registerClass ()

Protected Member Functions

 Reader ()
 Creates a new character-stream reader.
virtual ~Reader ()

Detailed Description

Abstract class for reading from character streams.


Constructor & Destructor Documentation

Reader (  )  [protected]

Creates a new character-stream reader.

virtual ~Reader (  )  [protected, virtual]

Member Function Documentation

const void* cast ( const helpers::Class clazz  )  const [inline, virtual]

Implements Object.

virtual void close ( Pool p  )  [pure virtual]

Closes the stream.

Parameters:
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.

virtual LogString read ( Pool p  )  [pure virtual]
Returns:
The complete stream contents as a LogString.
Parameters:
p The memory pool associated with the reader.

Implemented in InputStreamReader.

static const log4cxx::helpers::ClassRegistration& registerClass (  )  [static]

Reimplemented from Object.


The documentation for this class was generated from the following file: