Apache Log4cxx  Version 1.3.0
Loading...
Searching...
No Matches
log4cxx::helpers::OutputStream Class Referenceabstract

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

#include <outputstream.h>

Inheritance diagram for log4cxx::helpers::OutputStream:
log4cxx::helpers::Object log4cxx::helpers::ByteArrayOutputStream log4cxx::helpers::FileOutputStream log4cxx::helpers::SocketOutputStream

Public Member Functions

virtual void close (Pool &p)=0
 
virtual void flush (Pool &p)=0
 
virtual void write (ByteBuffer &buf, Pool &p)=0
 
- Public Member Functions inherited from log4cxx::helpers::Object
virtual ~Object ()
 
virtual const helpers::ClassgetClass () const =0
 
virtual bool instanceof (const Class &clazz) const =0
 
virtual const void * cast (const Class &clazz) const =0
 

Protected Member Functions

 OutputStream ()
 
virtual ~OutputStream ()
 

Detailed Description

Abstract class for writing to character streams.

Constructor & Destructor Documentation

◆ OutputStream()

log4cxx::helpers::OutputStream::OutputStream ( )
protected

◆ ~OutputStream()

virtual log4cxx::helpers::OutputStream::~OutputStream ( )
protectedvirtual

Member Function Documentation

◆ close()

virtual void log4cxx::helpers::OutputStream::close ( Pool p)
pure virtual

◆ flush()

virtual void log4cxx::helpers::OutputStream::flush ( Pool p)
pure virtual

◆ write()

virtual void log4cxx::helpers::OutputStream::write ( ByteBuffer buf,
Pool p 
)
pure virtual

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