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

/libcore/ojluni/src/main/java/java/nio/
H A DDirectByteBuffer.java39 public class DirectByteBuffer extends MappedByteBuffer implements DirectBuffer { class in inherits:MappedByteBuffer,DirectBuffer
42 * Stores the details of the memory backing a DirectByteBuffer. This could be a pointer
59 // Reference to original DirectByteBuffer that held this MemoryRef. The field is set
62 // DirectByteBuffer instance that will only be put in the associated ReferenceQueue when
63 // the underlying memory is not referenced by any DirectByteBuffer instance. The
64 // MemoryRef can outlive the original DirectByteBuffer instance if, for example, slice()
65 // or asReadOnlyBuffer() are called and all strong references to the original DirectByteBuffer
99 DirectByteBuffer(int capacity, MemoryRef memoryRef) { method in class:DirectByteBuffer
111 private DirectByteBuffer(long addr, int cap) { method in class:DirectByteBuffer
119 public DirectByteBuffer(in method in class:DirectByteBuffer
131 DirectByteBuffer(MemoryRef memoryRef, // package-private method in class:DirectByteBuffer
137 DirectByteBuffer(MemoryRef memoryRef, // package-private method in class:DirectByteBuffer
[all...]

Completed in 51 milliseconds