SyntaxFix
Write A Post
Hire A Developer
Questions
There's the IOUtils.toString(..) utility from Apache Commons.
IOUtils.toString(..)
If you're using Guava there's also Files.readLines(..) and Files.toString(..).
Guava
Files.readLines(..)
Files.toString(..)