File:  [Public] / libwww / Library / src / HTZip.html
Revision 2.5: download - view: text, annotated - select for diffs
Thu May 14 02:11:20 1998 UTC (26 years ago) by frystyk
Branches: MAIN
CVS tags: repeat-requests, before_webdav, Release-5-4-0, Release-5-3-1, Release-5-2-8, Release-5-2-6, Release-5-2, Release-5-1m, HEAD, Before-New-Trace-Messages, Amaya_2_4, Amaya-6-3, Amaya-6-1, Amaya-5-2, Amaya-4-3-2, Amaya-4-3-1, Amaya-4-3, Amaya-4-1-2, Amaya-4-1-0, Amaya-4-0-0, Amaya-3-2-1, Amaya-3-2, Amaya
Changing old pub/WWW links

<HTML>
<HEAD>
  <!-- Changed by: Henrik Frystyk Nielsen, 23-Mar-1996 -->
  <TITLE>W3C Sample Code Library libwww ZLib Compress and Decompress Stream</TITLE>
</HEAD>
<BODY>
<H1>
  ZLib Compress and Decompress Stream
</H1>
<PRE>
/*
**	(c) COPYRIGHT MIT 1995.
**	Please first read the full copyright statement in the file COPYRIGH.
*/
</PRE>
<P>
This module provides an interface to the zlib compress and decompress functions. It can be hooked inas as content encoding coder/decoder in libwww which allows for on-the-fly encoding/decoding.
<P>
This module is implemented by <A HREF="HTZip.c">HTZip.c</A>, and it
is a part of the <A HREF="http://www.w3.org/Library/"> W3C Sample Code
Library</A>.
<PRE>
#ifndef HTZIP_H
#define HTZIP_H

#include "HTFormat.h"
</PRE>
<PRE>
#ifdef HT_ZLIB
extern HTCoder HTZLib_inflate;
#endif
</PRE>
<P>
End of definition module
<PRE>
#endif /* HTZIP_H */
</PRE>
<P>
  <HR>
<ADDRESS>
  @(#) $Id: HTZip.html,v 2.5 1998/05/14 02:11:20 frystyk Exp $
</ADDRESS>
</BODY></HTML>

Webmaster