Variable LineStream._bomDetected

class LineStream
{
  // ...
  bool _bomDetected;
  // ...
}