18#ifndef _LOG4CXX_HELPERS_BYTEARRAYOUTPUTSTREAM_H
19#define _LOG4CXX_HELPERS_BYTEARRAYOUTPUTSTREAM_H
39 LOG4CXX_DECLARE_PRIVATE_MEMBER_PTR(ByteArrayOutputStreamPriv, m_priv)
51 void close(
Pool& p) override;
52 void flush(
Pool& p) override;
54 ByteList toByteArray() const;
OutputStream implemented on top of std::vector.
Definition: bytearrayoutputstream.h:37
A byte buffer.
Definition: bytebuffer.h:34
Abstract class for writing to character streams.
Definition: outputstream.h:34
LOG4CXX_LIST_DEF(ByteList, unsigned char)
Definition: configuration.h:25
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:157
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:38
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:151
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition: object.h:163
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:145