source: trunk/third/bzip2/manual_1.html @ 17062

Revision 17062, 3.7 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17061, which included commits to RCS files with non-trunk default branches.
Line 
1<HTML>
2<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
3<!-- Created on January, 5  2002 by texi2html 1.64 -->
4<!--
5Written 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.
9Maintained by: Olaf Bachmann <obachman@mathematik.uni-kl.de>
10Send 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"> &lt; </A>]</TD>
29<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="manual_2.html#SEC2"> &gt; </A>]</TD>
30<TD VALIGN="MIDDLE" ALIGN="LEFT"> &nbsp; <TD VALIGN="MIDDLE" ALIGN="LEFT">[ &lt;&lt; ]</TD>
31<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="manual.html#SEC_Top"> Up </A>]</TD>
32<TD VALIGN="MIDDLE" ALIGN="LEFT">[ &gt;&gt; ]</TD>
33<TD VALIGN="MIDDLE" ALIGN="LEFT"> &nbsp; <TD VALIGN="MIDDLE" ALIGN="LEFT"> &nbsp; <TD VALIGN="MIDDLE" ALIGN="LEFT"> &nbsp; <TD VALIGN="MIDDLE" ALIGN="LEFT"> &nbsp; <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
43block-sorting text compression algorithm,  and  Huffman  coding.
44Compression  is  generally  considerably  better than that
45achieved by more conventional LZ77/LZ78-based compressors,
46and  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
50for handling compressed data in the <CODE>bzip2</CODE> format.  This manual
51describes both how to use the program and
52how to work with the library interface.  Most of the
53manual is devoted to this library, not the program,
54which is good news if your interest is only in the program.
55</P><P>
56
57Chapter 2 describes how to use <CODE>bzip2</CODE>; this is the only part
58you need to read if you just want to know how to operate the program.
59Chapter 3 describes the programming interfaces in detail, and
60Chapter 4 records some miscellaneous notes which I thought
61ought 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">[ &lt;&lt; ]</TD>
67<TD VALIGN="MIDDLE" ALIGN="LEFT">[ &gt;&gt; ]</TD>
68<TD VALIGN="MIDDLE" ALIGN="LEFT"> &nbsp; <TD VALIGN="MIDDLE" ALIGN="LEFT"> &nbsp; <TD VALIGN="MIDDLE" ALIGN="LEFT"> &nbsp; <TD VALIGN="MIDDLE" ALIGN="LEFT"> &nbsp; <TD VALIGN="MIDDLE" ALIGN="LEFT"> &nbsp; <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">
75This document was generated
76by <I>Julian Seward</I> on <I>January, 5  2002</I>
77using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
78"><I>texi2html</I></A>
79
80</BODY>
81</HTML>
Note: See TracBrowser for help on using the repository browser.