- DBGKD_WAIT_STATE_CHANGE64 is used in KD protocol 5, not number 6 that we use. Proto...
[reactos.git] / reactos / lib / 3rdparty / bzip2 / manual_1.html
1 <HTML>
2 <HEAD>
3 <!-- This HTML file has been created by texi2html 1.54
4 from manual.texi on 23 March 2000 -->
5
6 <TITLE>bzip2 and libbzip2 - Introduction</TITLE>
7 <link href="manual_2.html" rel=Next>
8 <link href="manual_toc.html" rel=ToC>
9
10 </HEAD>
11 <BODY>
12 <p>Go to the first, previous, <A HREF="manual_2.html">next</A>, <A HREF="manual_4.html">last</A> section, <A HREF="manual_toc.html">table of contents</A>.
13 <P><HR><P>
14
15
16 <H1><A NAME="SEC1" HREF="manual_toc.html#TOC1">Introduction</A></H1>
17
18 <P>
19 <CODE>bzip2</CODE> compresses files using the Burrows-Wheeler
20 block-sorting text compression algorithm, and Huffman coding.
21 Compression is generally considerably better than that
22 achieved by more conventional LZ77/LZ78-based compressors,
23 and approaches the performance of the PPM family of statistical compressors.
24
25 </P>
26 <P>
27 <CODE>bzip2</CODE> is built on top of <CODE>libbzip2</CODE>, a flexible library
28 for handling compressed data in the <CODE>bzip2</CODE> format. This manual
29 describes both how to use the program and
30 how to work with the library interface. Most of the
31 manual is devoted to this library, not the program,
32 which is good news if your interest is only in the program.
33
34 </P>
35 <P>
36 Chapter 2 describes how to use <CODE>bzip2</CODE>; this is the only part
37 you need to read if you just want to know how to operate the program.
38 Chapter 3 describes the programming interfaces in detail, and
39 Chapter 4 records some miscellaneous notes which I thought
40 ought to be recorded somewhere.
41
42 </P>
43
44 <P><HR><P>
45 <p>Go to the first, previous, <A HREF="manual_2.html">next</A>, <A HREF="manual_4.html">last</A> section, <A HREF="manual_toc.html">table of contents</A>.
46 </BODY>
47 </HTML>