All Classes |Grouped Classes |Index
Reads a string from the input source.
CL_String8 CL_IODevice::read_string_a();
Detailed description:
The binary format expected in the input source is first an uint32 telling the length of the string, and then the string itself.