ByteBuffer Class Reference
A byte buffer.
More...
List of all members.
Detailed Description
A byte buffer.
Constructor & Destructor Documentation
Member Function Documentation
const char* current |
( |
|
) |
const [inline] |
char* current |
( |
|
) |
[inline] |
const char* data |
( |
|
) |
const [inline] |
void limit |
( |
size_t |
newLimit |
) |
|
size_t limit |
( |
|
) |
const [inline] |
void position |
( |
size_t |
newPosition |
) |
|
size_t position |
( |
|
) |
const [inline] |
size_t remaining |
( |
|
) |
const [inline] |
The documentation for this class was generated from the following file: