1Compress.compressBinary(3kaya)Kaya module referencCeompress.compressBinary(3kaya)
2
3
4
6 Compress::compressBinary - Compress a block of binary data.
7
9 Binary compressBinary( Binary b )
10
12 b The block to compress
13
15 Compress a block of binary data using zlib. The compressed block will
16 be returned. If compression fails, a Compress.CompressionFailed (3kaya)
17 Exception will be thrown.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
30 Compress.uncompressBinary (3kaya)
31 Compress.compressString (3kaya)
32
33
34
35Kaya December 2010 Compress.compressBinary(3kaya)