Contents
1. 참고링크 [Bottom] [Top]
- Java NIO
Package java.nio http://java.sun.com/j2se/1.5.0/docs/api/java/nio/package-summary.html
New I/O APIs http://java.sun.com/j2se/1.5.0/docs/guide/nio/
J2SE: New I/O http://java.sun.com/developer/technicalArticles/releases/nio/
Master Merlin's new I/O classes http://www.javaworld.com/javaworld/jw-09-2001/jw-0907-merlin.html
Non-Blocking Socket I/O in JDK 1.4 http://www.owlmountain.com/tutorials/NonBlockingIo.htm
Top Ten Cool New Features of Java 2SE 1.4 http://www.onjava.com/pub/a/onjava/2002/03/06/topten.html
Introducing Nonblocking Sockets http://www.onjava.com/pub/a/onjava/2002/09/04/nio.html
Top Ten New Things You Can Do with NIO http://www.onjava.com/pub/a/onjava/2002/10/02/javanio.html
Building Highly Scalable Servers with Java NIO http://www.onjava.com/pub/a/onjava/2004/09/01/nio.html
Architecture of a Highly Scalable NIO-Based Server http://today.java.net/cs/user/print/a/350
JavaTM Native Interface (JNI)
Java Native Interface http://java.sun.com/j2se/1.5.0/docs/guide/jni/index.html
JNI Enhancements Introduced in Version 1.4 of the JavaTM 2 SDK http://java.sun.com/j2se/1.4.2/docs/guide/jni/jni-14.html
