1IO.putStr(3kaya) Kaya module reference IO.putStr(3kaya)
2
3
4
6 IO::putStr - Write a string to a binary file
7
9 Void putStr( File h, String s )
10
12 h A writable or appendable file handle
13
14 s The string to write
15
17 Write a string (including NULL termination) to a binary file. The
18 string will be written to the file in UTF-8 encoding.
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.getString (3kaya)
32 IO.put (3kaya)
33
34
35
36Kaya December 2010 IO.putStr(3kaya)