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