Java tip: How to read files quickly | Nadeau Software
November 25, 2009 by Frank Salinas · Leave a Comment
Here’s a good article comparing the performance of various File I/O implementations. I was particularly interested in the performance difference between the BufferedInputStream and the FileChannel.
Java tip: How to read files quickly | Nadeau Software