18 #ifndef _LOG4CXX_HELPERS_BYTEBUFFER_H 19 #define _LOG4CXX_HELPERS_BYTEBUFFER_H 21 #include <log4cxx/log4cxx.h> 52 inline const char* data()
const 56 inline char* current()
60 inline const char* current()
const 64 inline size_t limit()
const 68 void limit(
size_t newLimit);
69 inline size_t position()
const 73 inline size_t remaining()
const 77 void position(
size_t newPosition);
91 #endif //_LOG4CXX_HELPERS_BYTEBUFFER_H A byte buffer.
Definition: bytebuffer.h:33
Definition: appender.h:33