o.UncompressString(cCompressedString As String, cUnCompressedString As String)
Return Value
True or False
Parameters
The following Parameters should be passed by Reference
cCompressedString
cUnCompressedString
Remarks
UnCompresses a string from zlib format. It does
this by making the output buffer larger and larger until the
compressed data fits. If you know the size of the original data
then put that value into nDecompressStartBlockSize before calling this method.
Example
o.UncompressString(@cCompressedString, @cUnCompressedString)
See also:
Class it_Compression