Searched refs:Buffer (Results 1 - 11 of 11) sorted by relevance

/libcore/luni/src/main/java/java/nio/
H A DNIOAccess.java26 * Buffer starting at the Buffer's current position, or 0 if the
27 * Buffer is not backed by native heap storage. Note that this is
31 * @param b the Buffer to be queried
32 * @return the native pointer to the Buffer's data at its current
35 static long getBasePointer(Buffer b) {
45 * given Buffer, or null if the Buffer is not backed by a Java array.
47 * @param b the Buffer to be queried
48 * @return the Java array containing the Buffer'
[all...]
H A DBuffer.java47 public abstract class Buffer { class
97 Buffer(int elementSizeShift, int capacity, MemoryBlock block) { method in class:Buffer
214 public final Buffer clear() {
231 public final Buffer flip() {
302 public final Buffer limit(int newLimit) {
330 public final Buffer mark() {
357 public final Buffer position(int newPosition) {
390 public final Buffer reset() {
406 public final Buffer rewind() {
H A DNioUtils.java42 * direct Buffer.
44 public static int getDirectBufferAddress(Buffer buffer) {
H A DDoubleBuffer.java36 public abstract class DoubleBuffer extends Buffer implements
H A DFloatBuffer.java35 public abstract class FloatBuffer extends Buffer implements
H A DIntBuffer.java34 public abstract class IntBuffer extends Buffer implements Comparable<IntBuffer> {
H A DLongBuffer.java35 public abstract class LongBuffer extends Buffer implements
H A DShortBuffer.java35 public abstract class ShortBuffer extends Buffer implements
H A DByteBuffer.java37 public abstract class ByteBuffer extends Buffer implements Comparable<ByteBuffer> {
H A DCharBuffer.java38 public abstract class CharBuffer extends Buffer implements
/libcore/luni/src/test/java/libcore/java/nio/
H A DOldAndroidNIOTest.java19 import java.nio.Buffer;
34 void checkBuffer(Buffer b) {

Completed in 88 milliseconds