NIO Concepts

From NovaOrdis Knowledge Base
Revision as of 02:33, 19 January 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal

Buffer

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

ByteBuffer