Gunzip (String function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 17: Line 17:
<li>Other related methods:  
<li>Other related methods:  
<ul>
<ul>
<li><var>[[GunzipDatetimeNS (String function)|GunzipDatetimeNS]]</var>
<li><var>[[GunzipFilename (String function)|GunzipFilename]]</var>
<li><var>[[Deflate (String function)|Deflate]]</var>
<li><var>[[Deflate (String function)|Deflate]]</var>
<li><var>[[Inflate (String function)|Inflate ]]</var>
<li><var>[[Inflate (String function)|Inflate]]</var>
</ul>
</ul>
</ul>
</ul>

Revision as of 18:00, 9 August 2012

Decompress a longstring with GUNZIP (String class)

[Introduced in Sirius Mods 7.4]


Syntax

%outString = string:Gunzip Throws InvalidGZipData

Syntax terms

%outStringThe decompressed content of the method object, string.
string A string which has been assigned the output of a Gunzip invocation.

Usage notes

See also