Read input stream to string.
@param input the stream to read from (until EOF) @param encoding the Charset to use (can be null to use default Charset) @return the string parsed from the stream @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) @param encoding the Charset to use (can be null to use default Charset) @return the string parsed from the stream @throws IOException if unable to read the stream (or handle the charset)