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 ) 79 #endif //_LOG4CXX_HELPERS_BYTEARRAYOUTPUTSTREAM_H #define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:26
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:148
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:142
Abstract class for writing to character streams.
Definition: outputstream.h:36
LOG4CXX_PTR_DEF(AppenderAttachableImpl)
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:136
LOG4CXX_LIST_DEF(ByteList, unsigned char)
OutputStream implemented on top of std::vector.
Definition: bytearrayoutputstream.h:44
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition: object.h:154
A byte buffer.
Definition: bytebuffer.h:33
Definition: appender.h:32