Konversi aliran input ke string java

 String result = IOUtils.toString(inputStream, StandardCharsets.UTF_8);
Cooperative Chimpanzee