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