Posts Tagged ‘FileChannel’




Java tip: How to read files quickly | Nadeau Software

Wednesday, November 25, 2009 13:10 No Comments

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

This was posted under category: Java Tags: , , , , ,