<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Run-length encoding - Page 11 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=run-length_encoding&amp;p=10">1.Previous</a><br />
<a accesskey="3" href="page.php?w=run-length_encoding&amp;p=12">3.Next</a>
</p>
<p>repeated bytes in files as padding space.  However, newer compression methods such as <a href="page.php?w=DEFLATE">DEFLATE</a> often use <a href="page.php?w=LZ77">LZ77</a>-based algorithms, a generalization of run-length encoding that can take advantage of runs of strings of characters (such as <code>BWWBWWBWWBWW</code>).</p>

<p>Run-length encoding can be expressed in multiple ways to accommodate data properties as well as additional compression algorithms.  For instance, one popular method encodes run lengths for runs of two or more characters</p><p>
<a accesskey="1" href="page.php?w=run-length_encoding&amp;p=10">1.Previous</a><br />
<a accesskey="3" href="page.php?w=run-length_encoding&amp;p=12">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
