Inherits log4cxx::helpers::OutputStream.
Classes | |
| class | ClazzSocketOutputStream |
Public Member Functions | |
| virtual const helpers::Class & | getClass () const |
| const void * | cast (const helpers::Class &clazz) const |
| bool | instanceof (const helpers::Class &clazz) const |
| SocketOutputStream (const SocketPtr &socket) | |
| ~SocketOutputStream () | |
| virtual void | close (Pool &p) |
| virtual void | flush (Pool &p) |
| virtual void | write (ByteBuffer &buf, Pool &p) |
Static Public Member Functions | |
| static const helpers::Class & | getStaticClass () |
| static const log4cxx::helpers::ClassRegistration & | registerClass () |
| SocketOutputStream | ( | const SocketPtr & | socket | ) |
| ~SocketOutputStream | ( | ) |
| const void* cast | ( | const helpers::Class & | clazz | ) | const [inline, virtual] |
Reimplemented from OutputStream.
| virtual void close | ( | Pool & | p | ) | [virtual] |
Implements OutputStream.
| virtual void flush | ( | Pool & | p | ) | [virtual] |
Implements OutputStream.
| virtual const helpers::Class& getClass | ( | ) | const [virtual] |
Reimplemented from OutputStream.
| static const helpers::Class& getStaticClass | ( | ) | [static] |
Reimplemented from OutputStream.
| bool instanceof | ( | const helpers::Class & | clazz | ) | const [inline, virtual] |
Reimplemented from OutputStream.
| static const log4cxx::helpers::ClassRegistration& registerClass | ( | ) | [static] |
Reimplemented from OutputStream.
| virtual void write | ( | ByteBuffer & | buf, | |
| Pool & | p | |||
| ) | [virtual] |
Implements OutputStream.