English | Site Directory

Android - An Open Handset Alliance Project

package

java.nio

Classes | Description

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.

Build 111085-111085 - 25 Sep 2008 14:22