List of functions and data types in IO
String getString(File h)
Arguments
h: A readable file handle
Usage
Reads 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.
Related