Stream.toString

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.

class Stream
override
string
toString
()

Meta