static fun readAllStream(is: InputStream!, charset: String!): String!
Returns a string that represent the content of a stream
is
- InputStream!: the input stream
charset
- String!: the output chatset
IOException
- if file is not found
Return
String!: the content of the stream