Variable LineStream._crlfCount

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