bzip2-desc.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <sect2><title>Contents of Bzip2-&bzip2-contversion;</title>
  2. <sect3><title>Program Files</title>
  3. <para>bunzip2 (link to bzip2), bzcat (link to bzip2), bzip2 and
  4. bzip2recover</para></sect3>
  5. <sect3><title>Descriptions</title>
  6. <sect4><title>bunzip2</title>
  7. <para>bunzip2 decompresses files that are compressed with
  8. bzip2.</para></sect4>
  9. <sect4><title>bzcat</title>
  10. <para>bzcat (or bzip2 -dc) decompresses all specified files to the standard
  11. output.</para></sect4>
  12. <sect4><title>bzip2</title>
  13. <para>bzip2 compresses files using the Burrows-Wheeler block sorting text
  14. compression algorithm, and Huffman coding. Compression is generally
  15. considerably better than that achieved by more conventional LZ77/LZ78-based
  16. compressors, and approaches the performance of the PPM family of statistical
  17. compressors.</para></sect4>
  18. <sect4><title>bzip2recover</title>
  19. <para>bzip2recover recovers data from damaged bzip2 files.</para></sect4>
  20. </sect3>
  21. <sect3><title>Library Files</title>
  22. <para>libbz2.[a,so]</para>
  23. <sect4><title>libbz2</title>
  24. <para>libbz2 is the library for implementing lossless, block-sorting data
  25. compression using the Burrows-Wheeler algorithm.</para></sect4>
  26. </sect3>
  27. </sect2>