Skip to content

Instantly share code, notes, and snippets.

@warpgate3
Created July 19, 2018 02:13
Show Gist options
  • Save warpgate3/e96a7fa508a576551029015a58b55f83 to your computer and use it in GitHub Desktop.
Save warpgate3/e96a7fa508a576551029015a58b55f83 to your computer and use it in GitHub Desktop.
Using java8 Input Stream
String result7 = new BufferedReader(new InputStreamReader(inputStream)).lines().collect(Collectors.joining("\n"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment