Variable ReadBuffer.blockSize

Size by which the buffer will grow.

class ReadBuffer
{
  // ...
  immutable(ulong) blockSize ;
  // ...
}