Variable LineStream._lfCount

class LineStream
{
  // ...
  int _lfCount;
  // ...
}