Real world performance metrics: java.io vs. java.nio (The Sequel)
geekomatic.ch
When implementing file reading Java code with Java IO's BufferedInputStream, what buffer size should one choose? Should we just not specific it and go with the default? And what destination byte array size is best?









