Apache log4cxx Version 0.10.0

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.

Public Member Functions

virtual void close (Pool &p)=0
virtual void flush (Pool &p)=0
virtual void write (ByteBuffer &buf, Pool &p)=0

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

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

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