Variable NoiseStream._readBuf

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