1IO.getInt(3kaya) Kaya module reference IO.getInt(3kaya)
2
3
4
6 IO::getInt - Get a binary integer from a file.
7
9 Int getInt( File handle )
10
12 handle A readable file handle
13
15 Retrieves the next four bytes from the file, and converts them to an
16 integer, most significant byte first.
17
19 Kaya standard library by Edwin Brady, Chris Morris and others
20 (kaya@kayalang.org). For further information see http://kayalang.org/
21
23 The Kaya standard library is free software; you can redistribute it
24 and/or modify it under the terms of the GNU Lesser General Public
25 License (version 2.1 or any later version) as published by the Free
26 Software Foundation.
27
29 IO.get (3kaya)
30 IO.getChar (3kaya)
31 IO.getString (3kaya)
32 IO.putInt (3kaya)
33
34
35
36Kaya December 2010 IO.getInt(3kaya)