Variable ReadBuffer.blockSize

Size by which the buffer will grow.

struct ReadBuffer
{
  // ...
  size_t blockSize = 8192;
  // ...
}