Home
last modified time | relevance | path

Searched defs:DirectByteBuffer (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/
DDirectByteBuffer.java39 public class DirectByteBuffer extends MappedByteBuffer implements DirectBuffer { class
86 DirectByteBuffer(int capacity, MemoryRef memoryRef) { in DirectByteBuffer() method in DirectByteBuffer
98 private DirectByteBuffer(long addr, int cap) { in DirectByteBuffer() method in DirectByteBuffer
106 public DirectByteBuffer(int cap, long addr, in DirectByteBuffer() method in DirectByteBuffer
118 DirectByteBuffer(MemoryRef memoryRef, // package-private in DirectByteBuffer() method in DirectByteBuffer
124 DirectByteBuffer(MemoryRef memoryRef, // package-private in DirectByteBuffer() method in DirectByteBuffer