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
|
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 |
|||
|
|
|
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) |
||||
|
|
This is the best one I've found so far: The Rox Java NIO Tutorial |
|||
|
|