readAll


Description:

public string? readAll ()

Reads the entire remaining stream as a single string.

Example:

    string? text = reader.readAll ();

Returns:

the remaining content, or null on error.