Gunzip (String function): Difference between revisions
Jump to navigation
Jump to search
m (→Syntax terms) |
m (→See also) |
||
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
%outString | The decompressed content of the method object, string. |
---|---|
string | A string which has been assigned the output of a Gunzip invocation. |
Usage notes
See also
- The inverse of Gunzip is Gzip.
- Other related methods: