]> cygwin.com Git - cygwin-apps/setup.git/blame - bz2lib/manual_1.html
2002-04-29 Robert Collins <rbtcollins@hotmail.com>
[cygwin-apps/setup.git] / bz2lib / manual_1.html
CommitLineData
ef6bacff 1<HTML>
ba95a000
RC
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-->
ef6bacff 13<HEAD>
ba95a000 14<TITLE>Untitled Document: 1. Introduction</TITLE>
ef6bacff 15
ba95a000
RC
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">
ef6bacff
RC
21
22</HEAD>
ef6bacff 23
ba95a000 24<BODY LANG="" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080" ALINK="#FF0000">
ef6bacff 25
ba95a000
RC
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::-->
ef6bacff 40<P>
ba95a000 41
ef6bacff
RC
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.
ba95a000 47</P><P>
ef6bacff 48
ef6bacff
RC
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.
ba95a000 55</P><P>
ef6bacff 56
ef6bacff
RC
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.
ba95a000 62</P><P>
ef6bacff 63
ba95a000
RC
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>
ef6bacff 79
ef6bacff
RC
80</BODY>
81</HTML>
This page took 0.033341 seconds and 5 git commands to generate.