Konwertuj strumień wejściowy na ciąg Java

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