Variable OutputLineStream._stream

class OutputLineStream
{
  // ...
  OutputStream _stream;
  // ...
}