Variable NoiseStream._writeBuf

class NoiseStream
{
  // ...
  ubyte[2048] _writeBuf;
  // ...
}