4 references to Reset
System.IO.Compression (4)
System\IO\Compression\Zstandard\ZstandardDecoder.cs (2)
165/// <see cref="Reset" /> before calling <see cref="Decompress" /> on the rest of the data. 367/// <remarks>The prefix will be used only for the next decompression frame and will be removed when <see cref="Reset"/> is called. The referenced data must remain valid and unmodified for the duration of the decompression operation.</remarks>
System\IO\Compression\Zstandard\ZstandardStream.cs (1)
223_decoder?.Reset();
System\IO\Compression\Zstandard\ZstandardStream.Decompress.cs (1)
251_decoder.Reset();