Example #1
0
void FileIO::Write(const tstring& buffer)
{
	Write( buffer.c_str(), buffer.size() );
}