1 instantiation of GZipEncoder
System.IO.Compression (1)
System\IO\Compression\GZipEncoder.cs (1)
154
using var encoder = new
GZipEncoder
(quality, windowLog);
9 references to GZipEncoder
System.IO.Compression (9)
System\IO\Compression\GZipEncoder.cs (9)
17
/// Initializes a new instance of the <see cref="
GZipEncoder
"/> class using the default quality.
19
/// <exception cref="IOException">Failed to create the <see cref="
GZipEncoder
"/> instance.</exception>
26
/// Initializes a new instance of the <see cref="
GZipEncoder
"/> class using the specified quality.
30
/// <exception cref="IOException">Failed to create the <see cref="
GZipEncoder
"/> instance.</exception>
37
/// Initializes a new instance of the <see cref="
GZipEncoder
"/> class using the specified options.
41
/// <exception cref="IOException">Failed to create the <see cref="
GZipEncoder
"/> instance.</exception>
48
/// Initializes a new instance of the <see cref="
GZipEncoder
"/> class using the specified quality and window size.
53
/// <exception cref="IOException">Failed to create the <see cref="
GZipEncoder
"/> instance.</exception>
154
using
var
encoder = new GZipEncoder(quality, windowLog);