Talk:Non-blocking I/O (Java): Difference between revisions

Content deleted Content added
SineBot (talk | contribs)
m Signing comment by 192.9.112.196 - ""
Line 8:
 
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.
 
I think the whole Copying NIO Buffers is a pointless section anyway. I suggest removing it. Actually, I'll just remove it and if someone thinks it should be re-added, we'll re-add a valid version. [[User:DanielPitts|DanielPitts]] ([[User talk:DanielPitts|talk]]) 19:11, 15 January 2008 (UTC)
 
Last two points of "Some Usage Information for NIO Buffers" are completly wrong. NIO buffers don't block. get() into array larger than remaining() throws