Convertir la secuencia de entrada a String Java

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