18#ifndef _LOG4CXX_HELPERS_BYTEARRAYOUTPUTSTREAM_H
19#define _LOG4CXX_HELPERS_BYTEARRAYOUTPUTSTREAM_H
39 LOG4CXX_DECLARE_PRIVATE_MEMBER_PTR(ByteArrayOutputStreamPriv, m_priv)
OutputStream implemented on top of std::vector.
Definition bytearrayoutputstream.h:37
void write(ByteBuffer &buf, Pool &1) override
void flush(Pool &1) override
ByteList toByteArray() const
void close(Pool &1) override
An area of memory and a cursor into that memory.
Definition bytebuffer.h:41
LOG4CXX_LIST_DEF(AppenderList, AppenderPtr)
#define LOG4CXX_CAST_ENTRY(Interface)
Definition object.h:154
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition object.h:37
#define END_LOG4CXX_CAST_MAP()
Definition object.h:148
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition object.h:160
#define BEGIN_LOG4CXX_CAST_MAP()
Definition object.h:142