Variable OutputLineStream._buf

class OutputLineStream
{
  // ...
  char[] _buf;
  // ...
}