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

Content deleted Content added
No edit summary
SineBot (talk | contribs)
m Signing comment by 192.9.112.196 - ""
Line 11:
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
BufferUnderflowException instead. get into an array behind read only buffer will proceed as usual - read only buffer is just a wrapper, but never gives
its clients the underlaying array anyway. <small>—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/192.9.112.196|192.9.112.196]] ([[User talk:192.9.112.196|talk]]) 07:55, 12 December 2007 (UTC)</small><!-- Template:UnsignedIP --> <!--Autosigned by SineBot-->
its clients the underlaying array anyway.