18 #ifndef _LOG4CXX_HELPERS_BYTEARRAYOUTPUTSTREAM_H 19 #define _LOG4CXX_HELPERS_BYTEARRAYOUTPUTSTREAM_H 22 #pragma warning ( push ) 23 #pragma warning ( disable: 4231 4251 4275 4786 ) 28 #include <log4cxx/helpers/outputstream.h> 39 LOG4CXX_LIST_DEF(ByteList,
unsigned char);
51 BEGIN_LOG4CXX_CAST_MAP()
54 END_LOG4CXX_CAST_MAP()
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 Abstract class for writing to character streams.
Definition: outputstream.h:36
OutputStream implemented on top of std::vector.
Definition: bytearrayoutputstream.h:44
A byte buffer.
Definition: bytebuffer.h:33
Definition: appender.h:33