Reputation: 48658
Does anybody have a good analogy (or, failing that, a good resource) for describing the relationships between buffers, streams, readers, channels, selectors etc. in java.io and java.nio?
Thanks
Upvotes: 3
Views: 1002
Reputation: 1864
This is the best one I've found so far: The Rox Java NIO Tutorial
Upvotes: 0
Reputation: 54605
Check this for a decent summary
Further reading can be done here
JSR 203: More new I/O APIs (inactive)
Actual work on JSR 203 for JDK 7 (should alread be in JDK7 since M2)
Upvotes: 5