|
|
|
|
|
by brokenmachine
3403 days ago
|
|
This is what always bugged me about java. I'm only just above a beginner, but it seems to me that in 2017 you shouldn't have to write so much crap just to read from a file. BufferedReader, FileReader, blah blah blah http://www.mkyong.com/java/how-to-read-file-from-java-buffer... Maybe there's a good reason to make it this difficult, if so I'm not aware of it. |
|
I'm sure there is something similar in Java these days too. Would be a huge mistake to not have simple IO helpers to the std library.