©2008 Google -
Code Home -
Site Terms of Service -
Privacy Policy -
Site Directory
Google Code offered in:
中文 -
English -
Português -
Pусский -
Español -
日本語
Provides buffers that help handling data.
There are buffers for most primitive data types such as FloatBuffer, IntBuffer, ... They all give means to put/get data from the buffers, to compact, slice or duplicate it, or to wrap an existing array. A buffer also manages the position of the current element in the buffer, lets you rewind to the beginning, skip elements or go to the last element.