Posts Tagged ‘BufferedInputStream’
Java tip: How to read files quickly | Nadeau Software
Wednesday, November 25, 2009 13:10 No CommentsHere’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