All Classes |Grouped Classes |Index

Function write_string_text

Writes a text string to the output source.

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

Detailed description:

The binary format written to the output source is the string content appended with a native newline. On Windows the newline is CR+LF sequence and on other platforms it is only LF character. This function is intended for use with text files.