1IO.getChar(3kaya) Kaya module reference IO.getChar(3kaya)
2
3
4
6 IO::getChar - Read one byte from a file.
7
9 Char getChar( File h )
10
12 h A readable file handle
13
15 Read one byte from a file. While the return type is Char , the meaning
16 of values greater than Char(127) will depend on the encoding of the
17 input file, rather than being the UCS character of that number.
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 IO.get (3kaya)
31 IO.putChar (3kaya)
32
33
34
35Kaya December 2010 IO.getChar(3kaya)