Contents - Index - Previous


ZLibDecompressString method


 

Applies to

TVCLUnZip component

 

Declaration

 

function ZLibDecompressString(const s: string; HttpCompression: Boolean = False): String;

 

Description

 

Returns the String result of decompressing the string s that is passed in.  The data in the string passed in should have been compressed in the ZLib format.  Set HttpCompression to True if the data was previously compressed with no ZLib headers.