NIO Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
* [[NIO]]
* [[NIO]]
* [[XNIO Concepts]]
* [[XNIO Concepts]]
=Buffer=
<tt>java.nio.Buffer</tt> is a linear, finite sequence of elements of a specific primitive type. Networking software uses [[#ByteBuffer|ByteBuffer]]s.


=ByteBuffer=
=ByteBuffer=

Revision as of 02:33, 19 January 2016

Internal

Buffer

java.nio.Buffer is a linear, finite sequence of elements of a specific primitive type. Networking software uses ByteBuffers.

ByteBuffer