More New I/O APIs for the Java Platform
This Project's mission is to produce the implementation of the (New) New I/O APIs being defined by JSR 203 as well as related work in the JDK.
The main "umbrella" RFEs for this work are:
- 4313887 New I/O: Improved filesystem interface
- 4640544 New I/O: Complete socket-channel functionality
- 4607272 New I/O: Support asynchronous I/O
This Project is sponsored by the OpenJDK Core Libraries Group.
Status
The bulk of the API and implementation was integrated into jdk7 b50 for M2. Work on the outstanding API and implementation issues will continue here and integrate into jdk7 in later builds (probably M4).
Links
- Browse Javadoc (development)
- Snapshot Releases (latest build is b101, May 19, 2009)
- Source code (Mercurial forest)
- Presentations
- New I/O in JDK 7 (JavaOne 2008)
- Hacking the File System with JDK Release 7 (JavaOne 2009)
- Asynchronous I/O Tricks and Tips (JavaOne 2009)
- Other Resources
- Mailing lists
- nio-dev : For development and implementation issues. Bug reports, bug fixes and other contributions are very welcome.
- nio-discuss
: For discussion, feedback, and questions. This mailing list
supersedes the jsr203-interest
mailing list.
Please don't use these mailing lists when seeking support or help for NIO issues that are not related to the new APIs.
- Acknowledgements
- Bloggers
- Alan Bateman (spec lead and implementation)

