A byte buffer.
More...
#include <bytebuffer.h>
|
| ByteBuffer (char *data, size_t capacity) |
|
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) |
|
The documentation for this class was generated from the following file: