Variable WriteBuffer.blockSize

Size by which the buffer will grow.

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