4 references to Reset
System.IO.Compression.Zstandard (4)
System\IO\Compression\ZstandardEncoder.cs (3)
399/// <remarks>The prefix will be used only for the next compression frame and will be removed when <see cref="Reset"/> is called. The referenced data must remain valid and unmodified for the duration of the compression operation.</remarks> 422/// Setting the source length is optional. If set, the information is stored in the header of the compressed data. This method can be called only before the first <see cref="Compress"/> method call, or after <see cref="Reset"/>. 423/// Calling <see cref="Reset"/> clears the length. The length is validated during compression and if the value is disrespected,
System\IO\Compression\ZstandardStream.cs (1)
220_encoder?.Reset();