Reads the entire remaining stream as a single string.
Example:
string? text = reader.readAll ();
the remaining content, or null on error.