Read input stream to string.
@param input the stream to read from (until EOF) @return the string parsed from stream (default Charset) @throws IOException if unable to read the stream (or handle the charset)
See Implementation
Read input stream to string.
@param input the stream to read from (until EOF) @return the string parsed from stream (default Charset) @throws IOException if unable to read the stream (or handle the charset)