1Binary.createInitialisedBlock(K3akyaayam)odule reBfienraernyc.ecreateInitialisedBlock(3kaya)
2
3
4
6 Binary::createInitialisedBlock - Create a new and initialised block for
7 binary data.
8
10 Binary createInitialisedBlock( Ptr ptr, Int bsize )
11
13 ptr A pointer to a foreign structure.
14
15 bsize The size of the structure in bytes.
16
18 Create a new and initialised block for binary data. Note that the con‐
19 tents of the block are the structure, not a copy of it, so any writes
20 made here will affect the foreign structure.
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 Binary.Binary (3kaya)
34
35
36
37Kaya December 2B0i1n0ary.createInitialisedBlock(3kaya)