HeapByteBuffer.java | 58 HeapByteBuffer(byte[] buf, int off, int len) { // package-private 59 this(buf, off, len, false); 62 HeapByteBuffer(byte[] buf, int off, int len, boolean isReadOnly) { // package-private 63 super(-1, off, off + len, buf.length, buf, 0); 69 int off) { 70 this(buf, mark, pos, lim, cap, off, false); 75 int off, boolean isReadOnly) { 76 super(mark, pos, lim, cap, buf, off); 230 int off = position() local 282 int off = position(); local 334 int off = position(); local 387 int off = position(); local 439 int off = position(); local 491 int off = position(); local [all...] |