Android
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.

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48