1Binary.Binary(3kaya) Kaya module reference Binary.Binary(3kaya)
2
3
4
6 Binary::Binary - Block of binary data.
7
9 Binary::Binary< >
10
11
12 = Bin()
13
15 This is a block of raw data. When storing or retrieving bytes, they are
16 treated in Kaya as Int s, but really they are 8 bit values. If you try
17 to store an Int greater than 256, only the low 8 bits will be used.
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 Created with Binary.createBlock (3kaya)
31
32 Created and initialised with Binary.createInitialisedBlock (3kaya)
33
34
35
36
37Kaya December 2010 Binary.Binary(3kaya)