Convertir le flux d'entrée en chaîne java

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