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 () |
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.