Re: gzip library (compressing a buffer in C)

2003-07-07 Thread Chuck Swiger
Chris Ptacek wrote: Does anyone know if there is a library available to allow a C program to gzip a buffer. Basically I have a buffer of data that I will be transfering and would like to gzip it before sending. The receiving system already does a gunzip and I am trying to handle the same format, s

gzip library (compressing a buffer in C)

2003-07-07 Thread Chris Ptacek
Does anyone know if there is a library available to allow a C program to gzip a buffer. Basically I have a buffer of data that I will be transfering and would like to gzip it before sending. The receiving system already does a gunzip and I am trying to handle the same format, so other compression