|
Apache Log4cxx
Version 1.8.0
|
OutputStream implemented on top of std::vector. More...
#include <bytearrayoutputstream.h>
Public Member Functions | |
| ByteArrayOutputStream () | |
| virtual | ~ByteArrayOutputStream () |
| void | close (helpers::Pool &p) override |
| void | flush (helpers::Pool &p) override |
| void | write (ByteBuffer &buf, helpers::Pool &p) override |
| ByteList | toByteArray () const |
| void | close () |
| void | flush () |
| void | write (ByteBuffer &buf) |
| Public Member Functions inherited from log4cxx::helpers::OutputStream | |
| void | close () |
| void | flush () |
| void | write (ByteBuffer &buf) |
| 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 |
| void log4cxx::helpers::OutputStream::close | ( | ) |
|
overridevirtual |
pool parameter is not used and will be removed in a future version. Implement this method for now, but plan to migrate to close() without a helpers::Pool parameter. Implements log4cxx::helpers::OutputStream.
| void log4cxx::helpers::OutputStream::flush | ( | ) |
|
overridevirtual |
pool parameter is not used and will be removed in a future version. Implement this method for now, but plan to migrate to flush() without a helpers::Pool parameter. Implements log4cxx::helpers::OutputStream.
| ByteList log4cxx::helpers::ByteArrayOutputStream::toByteArray | ( | ) | const |
| void log4cxx::helpers::OutputStream::write | ( | ByteBuffer & | buf | ) |
|
overridevirtual |
pool parameter is not used and will be removed in a future version. Implement this method for now, but plan to migrate to write() without a helpers::Pool parameter. Implements log4cxx::helpers::OutputStream.