1Compress.uncompressBinary(3kayKaa)ya module refereCnocmepress.uncompressBinary(3kaya)
2
3
4
6 Compress::uncompressBinary - Uncompress a block of binary data.
7
9 Binary uncompressBinary( Binary b, var Int outlen )
10
12 b The block to uncompress
13
14 outlen The expected uncompressed length
15
17 Uncompress a block of binary data that has been compressed with Com‐
18 press.compressBinary (3kaya)
19 The uncompressed block will be returned. If uncompression fails, a
20 Compress.UncompressionFailed (3kaya) Exception will be thrown.
21
22 If the real uncompressed length is larger than the expected length,
23 uncompression will fail. If it is smaller, this is wasted memory.
24
26 Kaya standard library by Edwin Brady, Chris Morris and others
27 (kaya@kayalang.org). For further information see http://kayalang.org/
28
30 The Kaya standard library is free software; you can redistribute it
31 and/or modify it under the terms of the GNU Lesser General Public
32 License (version 2.1 or any later version) as published by the Free
33 Software Foundation.
34
36 Compress.compressBinary (3kaya)
37 Compress.uncompressString (3kaya)
38
39
40
41Kaya December 2010Compress.uncompressBinary(3kaya)