GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> ZFS / V0-0-2 > zlib_unit_test / sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

ZLIB_file_inflate.h File Reference

ZLIB file inflation utility library. More...


Functions

unsigned int ZLIB_fileInflateToFile (int in, int out, unsigned int bufSize)
 Inflate a file into an output file.
unsigned int ZLIB_fileInflateToMem (int in, void *out, unsigned int outSize, unsigned int bufSize)
 Inflate a memory region into an output file.
unsigned int ZLIB_fileInflateSizeof (int file, unsigned int *size)
 Determine amount of memory for file inflation.


Detailed Description

ZLIB file inflation utility library.

Author:
D.L. Wood
This library provides a slightly higher level interface to the ZLIB inflation utility than does the inflate() interface. One advantage is that the user does not need to worry about the details of the ZLIB stream structure. Another goal of this library is to minimize the amount of temporary buffer storage required to inflate large files. This is particulary important when inflating one file into another. In cases where a file handle is needed as a function parameter, the user is resposible for opening (or creating) the handle before calling the function and for closing the handle after completion.

When inflating file data, the functions in this library expect to find a 32-bit, big-endian word to the head of the input stream. This word contains the size in bytes of the original file. Following the 32-bit size word is the standard ZLIB compressed data stream. This format is produced by the zlib_file_compress library functions.

On VxWorks platforms, the PBS/MBA facility must be initialized.


Generated on Wed Nov 21 22:24:05 2012 by  doxygen 1.5.8