Gunzip (String function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 18: Line 18:
Related methods:
Related methods:
<ul>
<ul>
<li><var>[[Gunzip (String function)|Gunzip]]</var>
<li><var>[[Gzip (String function)|Gzip]]</var>
<li><var>[[Deflate (String function)|Deflate]]</var>
<li><var>[[Deflate (String function)|Deflate]]</var>
</ul>
</ul>


{{Template:String:Gunzip footer}}
{{Template:String:Gunzip footer}}

Revision as of 18:24, 8 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 Gzip invocation.

Usage notes

  • The inverse of Gunzip is Gzip.

See also

Related methods: