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