IO.getString(3kaya) Kaya module reference IO.getString(3kaya)NAMEIO::getString - Read a string from a binary fileSYNOPSISString getString( File h )ARGUMENTSh A readable file handleDESCRIPTIONReads a string (up to NULL termination) from a binary file. If the end of the file is reached, the string read up to that point will be returned. The string is assumed to be UTF-8 encoded.AUTHORSKaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/LICENSEThe Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.RELATEDIO.get(3kaya) IO.putStr(3kaya) Kaya October 2012 IO.getString(3kaya)