Lines Matching refs:offset
62 * srcs[offset].remaining()
63 * + srcs[offset+1].remaining()
64 * + ... + srcs[offset+length-1].remaining()</pre></blockquote>
70 * Up to the first <tt>srcs[offset].remaining()</tt> bytes of this sequence
71 * are written from buffer <tt>srcs[offset]</tt>, up to the next
72 * <tt>srcs[offset+1].remaining()</tt> bytes are written from buffer
73 * <tt>srcs[offset+1]</tt>, and so forth, until the entire byte sequence is
92 * @param offset
93 * The offset within the buffer array of the first buffer from
100 * <tt>srcs.length</tt> - <tt>offset</tt>
105 * If the preconditions on the <tt>offset</tt> and <tt>length</tt>
127 public long write(ByteBuffer[] srcs, int offset, int length)