Variable CircularAppender.buffer

Backing store for the cyclic buffer

class CircularAppender
{
  // ...
  char[BufferSize] buffer ;
  // ...
}