|
Apache log4cxx Version 0.10.0
|
Abstract class for writing to character streams. More...
Inherits log4cxx::helpers::ObjectImpl.
Inherited by BufferedOutputStream, ByteArrayOutputStream, FileOutputStream, and SocketOutputStream.
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 () |
Abstract class for writing to character streams.
| OutputStream | ( | ) | [protected] |
| virtual ~OutputStream | ( | ) | [protected, virtual] |
| virtual void close | ( | Pool & | p | ) | [pure virtual] |
Implemented in BufferedOutputStream, ByteArrayOutputStream, FileOutputStream, and SocketOutputStream.
| virtual void flush | ( | Pool & | p | ) | [pure virtual] |
Implemented in BufferedOutputStream, ByteArrayOutputStream, FileOutputStream, and SocketOutputStream.
| virtual void write | ( | ByteBuffer & | buf, |
| Pool & | p | ||
| ) | [pure virtual] |
Implemented in BufferedOutputStream, ByteArrayOutputStream, FileOutputStream, and SocketOutputStream.