1 | <HTML> |
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
---|
3 | <!-- Created on January, 5 2002 by texi2html 1.64 --> |
---|
4 | <!-- |
---|
5 | Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author) |
---|
6 | Karl Berry <karl@freefriends.org> |
---|
7 | Olaf Bachmann <obachman@mathematik.uni-kl.de> |
---|
8 | and many others. |
---|
9 | Maintained by: Olaf Bachmann <obachman@mathematik.uni-kl.de> |
---|
10 | Send bugs and suggestions to <texi2html@mathematik.uni-kl.de> |
---|
11 | |
---|
12 | --> |
---|
13 | <HEAD> |
---|
14 | <TITLE>Untitled Document: 1. Introduction</TITLE> |
---|
15 | |
---|
16 | <META NAME="description" CONTENT="Untitled Document: 1. Introduction"> |
---|
17 | <META NAME="keywords" CONTENT="Untitled Document: 1. Introduction"> |
---|
18 | <META NAME="resource-type" CONTENT="document"> |
---|
19 | <META NAME="distribution" CONTENT="global"> |
---|
20 | <META NAME="Generator" CONTENT="texi2html 1.64"> |
---|
21 | |
---|
22 | </HEAD> |
---|
23 | |
---|
24 | <BODY LANG="" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080" ALINK="#FF0000"> |
---|
25 | |
---|
26 | <A NAME="SEC1"></A> |
---|
27 | <TABLE CELLPADDING=1 CELLSPACING=1 BORDER=0> |
---|
28 | <TR><TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="manual.html#SEC_Top"> < </A>]</TD> |
---|
29 | <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="manual_2.html#SEC2"> > </A>]</TD> |
---|
30 | <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT">[ << ]</TD> |
---|
31 | <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="manual.html#SEC_Top"> Up </A>]</TD> |
---|
32 | <TD VALIGN="MIDDLE" ALIGN="LEFT">[ >> ]</TD> |
---|
33 | <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="manual.html#SEC_Top">Top</A>]</TD> |
---|
34 | <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="manual_toc.html#SEC_Contents">Contents</A>]</TD> |
---|
35 | <TD VALIGN="MIDDLE" ALIGN="LEFT">[Index]</TD> |
---|
36 | <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="manual_abt.html#SEC_About"> ? </A>]</TD> |
---|
37 | </TR></TABLE> |
---|
38 | <H1> 1. Introduction </H1> |
---|
39 | <!--docid::SEC1::--> |
---|
40 | <P> |
---|
41 | |
---|
42 | <CODE>bzip2</CODE> compresses files using the Burrows-Wheeler |
---|
43 | block-sorting text compression algorithm, and Huffman coding. |
---|
44 | Compression is generally considerably better than that |
---|
45 | achieved by more conventional LZ77/LZ78-based compressors, |
---|
46 | and approaches the performance of the PPM family of statistical compressors. |
---|
47 | </P><P> |
---|
48 | |
---|
49 | <CODE>bzip2</CODE> is built on top of <CODE>libbzip2</CODE>, a flexible library |
---|
50 | for handling compressed data in the <CODE>bzip2</CODE> format. This manual |
---|
51 | describes both how to use the program and |
---|
52 | how to work with the library interface. Most of the |
---|
53 | manual is devoted to this library, not the program, |
---|
54 | which is good news if your interest is only in the program. |
---|
55 | </P><P> |
---|
56 | |
---|
57 | Chapter 2 describes how to use <CODE>bzip2</CODE>; this is the only part |
---|
58 | you need to read if you just want to know how to operate the program. |
---|
59 | Chapter 3 describes the programming interfaces in detail, and |
---|
60 | Chapter 4 records some miscellaneous notes which I thought |
---|
61 | ought to be recorded somewhere. |
---|
62 | </P><P> |
---|
63 | |
---|
64 | <HR SIZE="6"> |
---|
65 | <TABLE CELLPADDING=1 CELLSPACING=1 BORDER=0> |
---|
66 | <TR><TD VALIGN="MIDDLE" ALIGN="LEFT">[ << ]</TD> |
---|
67 | <TD VALIGN="MIDDLE" ALIGN="LEFT">[ >> ]</TD> |
---|
68 | <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="manual.html#SEC_Top">Top</A>]</TD> |
---|
69 | <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="manual_toc.html#SEC_Contents">Contents</A>]</TD> |
---|
70 | <TD VALIGN="MIDDLE" ALIGN="LEFT">[Index]</TD> |
---|
71 | <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="manual_abt.html#SEC_About"> ? </A>]</TD> |
---|
72 | </TR></TABLE> |
---|
73 | <BR> |
---|
74 | <FONT SIZE="-1"> |
---|
75 | This document was generated |
---|
76 | by <I>Julian Seward</I> on <I>January, 5 2002</I> |
---|
77 | using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html |
---|
78 | "><I>texi2html</I></A> |
---|
79 | |
---|
80 | </BODY> |
---|
81 | </HTML> |
---|