5 void init(
unsigned char *initialcontents,
6 size_t initialsize,
size_t increment);
7 void clearExtentList();
8 void clear(
bool resetpositions);
10 size_t size,
bool copyin,
12 void extend(
size_t size);
13 unsigned char *coalesce(
bool replaceinitial);
19 void _position(
size_t pos);
22 bytebufferprivate *pvt;
Definition: bytebuffer.h:21