[][src]Module glk::helpers::file_stream

Structs

FileStreamBin8

File stream (8 bit binary).

FileStreamBin32

File stream (32 bit big-endian binary).

FileStreamUTF8

File stream (UTF-8).

Functions

read_utf8_char

Read one UTF-8 character from a stream. This is more complicated than it sounds: as these have