|
Apache Log4cxx
Version 1.7.0
|
A byte buffer. More...
#include <bytebuffer.h>
Public Member Functions | |
| ByteBuffer (char *data, size_t capacity) | |
| ~ByteBuffer () | |
| void | clear () |
| void | flip () |
| char * | data () |
| const char * | data () const |
| char * | current () |
| const char * | current () const |
| size_t | limit () const |
| void | limit (size_t newLimit) |
| size_t | position () const |
| size_t | remaining () const |
| void | position (size_t newPosition) |
| bool | put (char byte) |
A byte buffer.
| log4cxx::helpers::ByteBuffer::ByteBuffer | ( | char * | data, |
| size_t | capacity ) |
| log4cxx::helpers::ByteBuffer::~ByteBuffer | ( | ) |
| void log4cxx::helpers::ByteBuffer::clear | ( | ) |
| char * log4cxx::helpers::ByteBuffer::current | ( | ) |
| const char * log4cxx::helpers::ByteBuffer::current | ( | ) | const |
| char * log4cxx::helpers::ByteBuffer::data | ( | ) |
| const char * log4cxx::helpers::ByteBuffer::data | ( | ) | const |
| void log4cxx::helpers::ByteBuffer::flip | ( | ) |
| size_t log4cxx::helpers::ByteBuffer::limit | ( | ) | const |
| void log4cxx::helpers::ByteBuffer::limit | ( | size_t | newLimit | ) |
| size_t log4cxx::helpers::ByteBuffer::position | ( | ) | const |
| void log4cxx::helpers::ByteBuffer::position | ( | size_t | newPosition | ) |
| bool log4cxx::helpers::ByteBuffer::put | ( | char | byte | ) |
| size_t log4cxx::helpers::ByteBuffer::remaining | ( | ) | const |