Variable WriteBuffer.buffer_

Internal buffer.

class WriteBuffer
{
  // ...
  ubyte[] buffer_ ;
  // ...
}