input Stream2 String
open fun inputStream2String(is: InputStream, charsetName: String): String
Content copied to clipboard
Input stream to string.
Return
string
Parameters
is
The input stream.
charsetName
The name of charset.