write_string


Description:

public ssize_t write_string (string str)

Writes string to this.

Parameters:

this

a Stream

str

string to write

Returns:

the number of bytes written or %-1 on fail.