Content deleted Content added
dead link - New I/O APIs - description of New I/O |
No edit summary |
||
Line 6:
http://java.sun.com/developer/technicalArticles/releases/nio/index.html <br />
--[[User:212.202.41.193|212.202.41.193]] 20:19, 30 April 2007 (UTC)
In "Copying NIO Buffers", Method 1 is flawed. The buffer2 object is completely lost after executing "buffer2 = buffer1;". After completing the execution, buffer2 points actually to buffer1.
|