Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/
DHeapByteBuffer.java37 final class HeapByteBuffer extends ByteBuffer { class
48 HeapByteBuffer(int cap, int lim) { // packag-private in HeapByteBuffer() method in HeapByteBuffer
53 private HeapByteBuffer(int cap, int lim, boolean isReadOnly) { in HeapByteBuffer() method in HeapByteBuffer
58 HeapByteBuffer(byte[] buf, int off, int len) { // package-private in HeapByteBuffer() method in HeapByteBuffer
62 private HeapByteBuffer(byte[] buf, int off, int len, boolean isReadOnly) { in HeapByteBuffer() method in HeapByteBuffer
67 private HeapByteBuffer(byte[] buf, int mark, int pos, int lim, int cap, int off, in HeapByteBuffer() method in HeapByteBuffer