3 references to HuffmanOnly
System.IO.Compression (3)
src\runtime\src\libraries\Common\src\System\IO\Compression\ZLibNative.cs (3)
47
/// <see cref="
HuffmanOnly
" /> to force Huffman encoding only (no string match), or <see cref="RunLengthEncoding" /> to limit match distances to one
50
/// less string matching; it is somewhat intermediate between <see cref="DefaultStrategy" /> and <see cref="
HuffmanOnly
" />.
51
/// <see cref="RunLengthEncoding" /> is designed to be almost as fast as <see cref="
HuffmanOnly
" />, but give better compression for PNG image data.