1Compress.uncompressString(3kayKaa)ya module refereCnocmepress.uncompressString(3kaya)
2
3
4
6 Compress::uncompressString - Uncompress a string.
7
9 String uncompressString( String instr )
10
12 instr The String to uncompress
13
15 Uncompress a string generated with compressString. If uncompression
16 fails, a Compress.UncompressionFailed (3kaya) Exception will be thrown.
17 Unlike uncompressBinary you do not have to guess or record an uncom‐
18 pressed size, as compressed strings store this information internally
19 (if the string is corrupted, then this information may be wrong, so
20 uncompression will fail with an Exception)
21
23 Kaya standard library by Edwin Brady, Chris Morris and others
24 (kaya@kayalang.org). For further information see http://kayalang.org/
25
27 The Kaya standard library is free software; you can redistribute it
28 and/or modify it under the terms of the GNU Lesser General Public
29 License (version 2.1 or any later version) as published by the Free
30 Software Foundation.
31
33 Compress.uncompressBinary (3kaya)
34 Compress.compressString (3kaya)
35
36
37
38Kaya December 2010Compress.uncompressString(3kaya)