1IO.putInt(3kaya) Kaya module reference IO.putInt(3kaya)
2
3
4
6 IO::putInt - Write an integer to a file (as binary)
7
9 Void putInt( File handle, Int i )
10
12 handle A writable file handle
13
14 i The integer to write
15
17 Write an integer to a file as a set of four binary bytes. The most sig‐
18 nificant byte is written first.
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
31 IO.getInt (3kaya)
32 IO.put (3kaya)
33 IO.putChar (3kaya)
34 IO.putStr (3kaya)
35
36
37
38Kaya December 2010 IO.putInt(3kaya)