Gunzip (String function): Difference between revisions
Jump to navigation
Jump to search
m (→See also) |
mNo edit summary |
||
Line 11: | Line 11: | ||
==Usage notes== | ==Usage notes== | ||
==See also== | |||
<ul> | <ul> | ||
<li>The inverse of <var>Gunzip</var> is <var>[[Gzip (String function)|Gzip]]</var>. | <li>The inverse of <var>Gunzip</var> is <var>[[Gzip (String function)|Gzip]]</var>. | ||
< | <li>Other related methods: | ||
<ul> | <ul> | ||
<li><var>[[Deflate (String function)|Deflate]]</var> | <li><var>[[Deflate (String function)|Deflate]]</var> | ||
<li><var>[[Inflate (String function)|Inflate ]]</var> | |||
</ul> | </ul> | ||
</ul> | |||
{{Template:String:Gunzip footer}} | {{Template:String:Gunzip footer}} |
Revision as of 18:28, 8 August 2012
Decompress a longstring with GUNZIP (String class)
[Introduced in Sirius Mods 7.4]
Syntax
%outString = string:Gunzip Throws InvalidGZipData
Syntax terms
%outString | The decompressed content of the method object, string. |
---|---|
string | A string which has been assigned the output of a Gzip invocation. |
Usage notes
See also