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()
void log4cxx::helpers::ByteArrayOutputStream::close |
( |
Pool & |
p | ) |
|
|
overridevirtual |
◆ flush()
void log4cxx::helpers::ByteArrayOutputStream::flush |
( |
Pool & |
p | ) |
|
|
overridevirtual |
◆ toByteArray()
ByteList log4cxx::helpers::ByteArrayOutputStream::toByteArray |
( |
| ) |
const |
◆ write()
void log4cxx::helpers::ByteArrayOutputStream::write |
( |
ByteBuffer & |
buf, |
|
|
Pool & |
p |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following file: