All Classes |Grouped Classes |Index
Writes a string to the output source.
void CL_IODevice::write_string_a( const CL_StringRef8 & str);
Detailed description:
The binary format written to the output source is first an uint32 telling the length of the string, and then the string itself.