Classes | Public Member Functions | Static Public Member Functions | Protected Member Functions

OutputStream Class Reference

Abstract class for writing to character streams. More...

Inherits log4cxx::helpers::ObjectImpl.

Inherited by BufferedOutputStream, ByteArrayOutputStream, FileOutputStream, and SocketOutputStream.

List of all members.

Classes

class  ClazzOutputStream

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
virtual void flush (Pool &p)=0
virtual void write (ByteBuffer &buf, Pool &p)=0

Static Public Member Functions

static const helpers::ClassgetStaticClass ()
static const
log4cxx::helpers::ClassRegistration
registerClass ()

Protected Member Functions

 OutputStream ()
virtual ~OutputStream ()

Detailed Description

Abstract class for writing to character streams.


Constructor & Destructor Documentation

OutputStream (  )  [protected]
virtual ~OutputStream (  )  [protected, virtual]

Member Function Documentation

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

Implements Object.

Reimplemented in SocketOutputStream.

virtual void close ( Pool p  )  [pure virtual]
virtual void flush ( Pool p  )  [pure virtual]
virtual const helpers::Class& getClass (  )  const [virtual]

Reimplemented from Object.

Reimplemented in SocketOutputStream.

static const helpers::Class& getStaticClass (  )  [static]

Reimplemented from Object.

Reimplemented in SocketOutputStream.

bool instanceof ( const helpers::Class clazz  )  const [inline, virtual]

Implements Object.

Reimplemented in SocketOutputStream.

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

Reimplemented from Object.

Reimplemented in SocketOutputStream.

virtual void write ( ByteBuffer buf,
Pool p 
) [pure virtual]

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