Skip to content

Instantly share code, notes, and snippets.

@tigawa
Last active January 25, 2017 23:33
Show Gist options
  • Save tigawa/3e219a99dfa7e7838694b1ddf6b0d961 to your computer and use it in GitHub Desktop.
Save tigawa/3e219a99dfa7e7838694b1ddf6b0d961 to your computer and use it in GitHub Desktop.
Streamから1発でStringに変換する方法
// Streamから1発でStringに変換する方法
String responseBody = IOUtils.toString(bufferedReader);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment