All Classes |Grouped Classes |Index

Function write_string_nul

Writes a nul terminated string to the output source.

	void CL_IODevice::write_string_nul(
		const CL_StringRef8 & str);

Detailed description:

The binary format written to the output source is the string content followed by the NUL character.