OutputStream implemented on top of std::vector.
More...
#include <bytearrayoutputstream.h>
OutputStream implemented on top of std::vector.
◆ ByteArrayOutputStream()
| log4cxx::helpers::ByteArrayOutputStream::ByteArrayOutputStream |
( |
| ) |
|
◆ ~ByteArrayOutputStream()
| virtual log4cxx::helpers::ByteArrayOutputStream::~ByteArrayOutputStream |
( |
| ) |
|
|
virtual |
◆ close() [1/3]
| void log4cxx::helpers::OutputStream::close |
◆ close() [2/3]
| void log4cxx::helpers::ByteArrayOutputStream::close |
( |
helpers::Pool & |
p | ) |
|
|
overridevirtual |
◆ close() [3/3]
| virtual void log4cxx::helpers::OutputStream::close |
- Deprecated:
- The
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.
◆ flush() [1/3]
| void log4cxx::helpers::OutputStream::flush |
◆ flush() [2/3]
| void log4cxx::helpers::ByteArrayOutputStream::flush |
( |
helpers::Pool & |
p | ) |
|
|
overridevirtual |
◆ flush() [3/3]
| virtual void log4cxx::helpers::OutputStream::flush |
- Deprecated:
- The
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.
◆ toByteArray()
| ByteList log4cxx::helpers::ByteArrayOutputStream::toByteArray |
( |
| ) |
const |
◆ write() [1/3]
| void log4cxx::helpers::OutputStream::write |
◆ write() [2/3]
◆ write() [3/3]
| virtual void log4cxx::helpers::OutputStream::write |
- Deprecated:
- The
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.
The documentation for this class was generated from the following file: