Read the entire stream and return it as a string. If the stream is not seekable the contents from the current position to eof is read and returned.
See Implementation
Read the entire stream and return it as a string. If the stream is not seekable the contents from the current position to eof is read and returned.