Initializing new Class / Object instance

Forgot to mention.
Because of what I wrote above I initialize the variable in the constructor(?).

Like this.

If I do not do that, writeBufferSize keeps increasing (because obviously is the same variable used), writeBuffer as well.