Re: Zlib compress & uncompress
Re: Zlib compress & uncompress
- Subject: Re: Zlib compress & uncompress
- From: Andrei Tchijov <email@hidden>
- Date: Mon, 19 Jun 2006 09:01:19 -0400
This is straight from zlib.h. Line 1001
/*
The following utility functions are implemented on top of the
basic stream-oriented functions. To simplify the interface, some
default options are assumed (compression level and memory usage,
standard memory allocation functions). The source code of these
utility functions can easily be modified if you need special
options.
*/
"Basic stream-oriented functions" are (among others) : deflate/inflate
"Following utility functions" are (among others) : compress/decompress.
Andrei
On Jun 19, 2006, at 8:35 AM, Aalok wrote:
Hi All,
I am little confused regarding zlib functionality.
both compress and deflate do the compression and
uncopress and inflate do the decompression.
can anyone please tell me what is the difference between these
functions?
If I compress it with "compress" and decompress with "inflate" or
compress with "deflate" and decompress with "uncompress", is it the
same thing?
Regards,
Aalok
--
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden