Gunzip (String function)

From m204wiki
Revision as of 21:11, 8 February 2012 by Dme (talk | contribs) (→‎Syntax terms)
Jump to navigation Jump to search

Decompress a longstring with GUNZIP (String class)

[Introduced in Sirius Mods 7.4]


Syntax

%outString = string:Gunzip Throws InvalidGZipData

Syntax terms

%outStringThe uncompressed content of the method object string.
string A string which has been assigned the output of a Gzip invocation.

Usage notes

  • The inverse of Gunzip is Gzip.

Examples

See also