Home | History | Annotate | Download | only in channels

Lines Matching defs:write

18  * 2 along with this work; if not, write to the Free Software Foundation,
33 * A channel that can write bytes from a sequence of buffers.
35 * <p> A <i>gathering</i> write operation writes, in a single invocation, a
57 * <p> An attempt is made to write up to <i>r</i> bytes to this channel,
78 * <p> Unless otherwise specified, a write operation will return only after
80 * depending upon their state, may write only some of the bytes or possibly
82 * write any more bytes than are free in the socket's output buffer.
85 * already initiated a write operation upon this channel, however, then an
116 * while the write operation is in progress
120 * while the write operation is in progress, thereby
127 public long write(ByteBuffer[] srcs, int offset, int length)
134 * <p> An invocation of this method of the form <tt>c.write(srcs)</tt>
138 * c.write(srcs, 0, srcs.length);</pre></blockquote>
153 * while the write operation is in progress
157 * while the write operation is in progress, thereby
164 public long write(ByteBuffer[] srcs) throws IOException;