18 #ifndef _LOG4CXX_HELPERS_BYTEARRAYOUTPUTSTREAM_H
19 #define _LOG4CXX_HELPERS_BYTEARRAYOUTPUTSTREAM_H
22 #pragma warning ( push )
23 #pragma warning ( disable: 4231 4251 4275 4786 )
59 virtual
void close(
Pool& p);
60 virtual
void flush(
Pool& p);
62 ByteList toByteArray() const;
75 #pragma warning ( pop )
OutputStream implemented on top of std::vector.
Definition: bytearrayoutputstream.h:45
A byte buffer.
Definition: bytebuffer.h:34
Abstract class for writing to character streams.
Definition: outputstream.h:37
LOG4CXX_PTR_DEF(AppenderAttachableImpl)
LOG4CXX_LIST_DEF(ByteList, unsigned char)
Definition: appender.h:33
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:148
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:26
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:142
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition: object.h:154
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:136