Apache log4cxx  Version 0.12.1
log4cxx::helpers::BufferedOutputStream Class Reference

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

#include <bufferedoutputstream.h>

Inheritance diagram for log4cxx::helpers::BufferedOutputStream:
log4cxx::helpers::OutputStream log4cxx::helpers::Object

Public Member Functions

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

Protected Member Functions

 BufferedOutputStream (OutputStreamPtr &out, size_t size=4096)
 
 ~BufferedOutputStream ()
 
- Protected Member Functions inherited from log4cxx::helpers::OutputStream
 OutputStream ()
 
virtual ~OutputStream ()
 

Detailed Description

Abstract class for writing to character streams.

Constructor & Destructor Documentation

◆ BufferedOutputStream()

log4cxx::helpers::BufferedOutputStream::BufferedOutputStream ( OutputStreamPtr &  out,
size_t  size = 4096 
)
protected

◆ ~BufferedOutputStream()

log4cxx::helpers::BufferedOutputStream::~BufferedOutputStream ( )
protected

Member Function Documentation

◆ close()

void log4cxx::helpers::BufferedOutputStream::close ( Pool p)
virtual

◆ flush()

void log4cxx::helpers::BufferedOutputStream::flush ( Pool p)
virtual

◆ write()

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

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