1IO.flush(3kaya) Kaya module reference IO.flush(3kaya)
2
3
4
6 IO::flush - Flush all data to a file.
7
9 Void flush( File handle )
10
12 handle The file handle
13
15 Flush all buffered data to the file on the handle. An Exception will be
16 thrown if the file is not writable, or if an error occurred when writ‐
17 ing the data.
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
29
30
31Kaya December 2010 IO.flush(3kaya)