1Binary(3kaya) Kaya module reference Binary(3kaya)
2
3
4
6 Binary - Manipulate binary data
7
9 This module contains low-level functions and data types for handling
10 binary data. These functions may then be used by other modules and pro‐
11 grams to handle specific types of binary data (for example, images,
12 compressed files, or strings containing null bytes)
13
15 Binary.Binary (3kaya)
17 Binary.OffsetOutOfRange (3kaya)
19 Binary.array (3kaya)
20 Binary.base64Decode (3kaya)
21 Binary.base64Encode (3kaya)
22 Binary.blockData (3kaya)
23 Binary.blockSize (3kaya)
24 Binary.copyBlock (3kaya)
25 Binary.copyChunk (3kaya)
26 Binary.createBlock (3kaya)
27 Binary.createInitialisedBlock (3kaya)
28 Binary.getBlockChunk (3kaya)
29 Binary.peek (3kaya)
30 Binary.peekString (3kaya)
31 Binary.poke (3kaya)
32 Binary.pokeString (3kaya)
33 Binary.readBlock (3kaya)
34 Binary.setBlockData (3kaya)
35 Binary.writeBlock (3kaya)
37 Kaya standard library by Edwin Brady, Chris Morris and others
38 (kaya@kayalang.org). For further information see http://kayalang.org/
40 The Kaya standard library is free software; you can redistribute it
41 and/or modify it under the terms of the GNU Lesser General Public
42 License (version 2.1 or any later version) as published by the Free
43 Software Foundation.
44
45
46
47Kaya December 2010 Binary(3kaya)