String转换InputStream
InputStream inputStream = new ByteArrayInputStream(result.toString().getBytes());