Variable WriteBuffer.position

The position of the free area in the buffer.

class WriteBuffer
{
  // ...
  ulong position ;
  // ...
}