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.java38 final class HeapByteBuffer extends ByteBuffer { class
49 HeapByteBuffer(int cap, int lim) { // packag-private in HeapByteBuffer() method in HeapByteBuffer
54 private HeapByteBuffer(int cap, int lim, boolean isReadOnly) { in HeapByteBuffer() method in HeapByteBuffer
59 HeapByteBuffer(byte[] buf, int off, int len) { // package-private in HeapByteBuffer() method in HeapByteBuffer
63 private HeapByteBuffer(byte[] buf, int off, int len, boolean isReadOnly) { in HeapByteBuffer() method in HeapByteBuffer
68 private HeapByteBuffer(byte[] buf, int mark, int pos, int lim, int cap, int off, in HeapByteBuffer() method in HeapByteBuffer