Hello,
I have to read a file into a String. Which is the fastest way to read a file. FileInputStream, BufferedStream etc are available, I want to use the fasted way.
please advice.
Cheers.
Printable View
Hello,
I have to read a file into a String. Which is the fastest way to read a file. FileInputStream, BufferedStream etc are available, I want to use the fasted way.
please advice.
Cheers.
A couple of searches I'm running into are saying BufferedStream.
Thanks mate.