dirty method

void dirty()

Implementation

void dirty() {
  if (_stream.isClosed) return;
  _stream.add(length);
}