Ejemplo n.º 1
0
 /// <summary>
 /// Resets the deflater.  The deflater acts afterwards as if it was
 /// just created with the same compression level and strategy as it
 /// had before.
 /// </summary>
 public void Reset()
 {
     state    = (noZlibHeaderOrFooter ? BUSY_STATE : INIT_STATE);
     totalOut = 0;
     pending.Reset();
     engine.Reset();
 }