|
Apache Log4cxx
Version 1.7.0
|
OutputStream implemented on top of std::vector. More...
#include <bytearrayoutputstream.h>
Public Member Functions | |
| ByteArrayOutputStream () | |
| virtual | ~ByteArrayOutputStream () |
| void | close (Pool &p) override |
| void | flush (Pool &p) override |
| void | write (ByteBuffer &buf, Pool &p) override |
| ByteList | toByteArray () const |
| Public Member Functions inherited from log4cxx::helpers::Object | |
| virtual | ~Object () |
| virtual const helpers::Class & | getClass () const =0 |
| virtual bool | instanceof (const Class &clazz) const =0 |
| virtual const void * | cast (const Class &clazz) const =0 |
Additional Inherited Members | |
| Protected Member Functions inherited from log4cxx::helpers::OutputStream | |
| OutputStream () | |
| virtual | ~OutputStream () |
OutputStream implemented on top of std::vector.
| log4cxx::helpers::ByteArrayOutputStream::ByteArrayOutputStream | ( | ) |
|
virtual |
|
overridevirtual |
Implements log4cxx::helpers::OutputStream.
|
overridevirtual |
Implements log4cxx::helpers::OutputStream.
| ByteList log4cxx::helpers::ByteArrayOutputStream::toByteArray | ( | ) | const |
|
overridevirtual |
Implements log4cxx::helpers::OutputStream.