Page 1 of 1

zlib - compress files instead of strings

Posted: Mon Aug 02, 2004 11:30 pm
by anjanesh
gzwrite compresses a string to a file. I have 5 files and I want them to be comppressed into another file. Is there anyway to add files for comppression rather than reading the strings from each file and compress the string to the file ?
Thanks