Apache log4cxx  Version 0.11.0
log4cxx::helpers::ByteBuffer Class Reference

A byte buffer. More...

#include <bytebuffer.h>

Public Member Functions

 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)
 

Detailed Description

A byte buffer.


The documentation for this class was generated from the following file: