it_Compression::gzUncompressFile



o.gzUncompressFile(cCompressedFileName As String, cUnCompressedFileName As String)

Return Value

True or False

Parameters

cCompressedFileName As String

cUnCompressedFileName As String


Remarks

UnCompresses a file from gzip format. It does this through iteration
of block sizes of nDecompressStartBlockSize. If you know the size of the original data
then put that value into nDecompressStartBlockSize before calling this method.

Example

o.gzUncompressFile(cCompressedFileName, cUnCompressedFileName)

See also:

Class it_Compression


Last Updated: 26/08/2005