Home | History | Annotate | Download | only in channels

Lines Matching defs:read

33  * A channel that can read bytes into a sequence of buffers.
35 * <p> A <i>scattering</i> read operation reads, in a single invocation, a
57 * <p> An invocation of this method attempts to read up to <i>r</i> bytes
68 * <p> Suppose that a byte sequence of length <i>n</i> is read, where
80 * already initiated a read operation upon this channel, however, then an
97 * @return The number of bytes read, possibly zero,
112 * while the read operation is in progress
116 * while the read operation is in progress, thereby
123 public long read(ByteBuffer[] dsts, int offset, int length)
129 * <p> An invocation of this method of the form <tt>c.read(dsts)</tt>
133 * c.read(dsts, 0, dsts.length);</pre></blockquote>
138 * @return The number of bytes read, possibly zero,
149 * while the read operation is in progress
153 * while the read operation is in progress, thereby
160 public long read(ByteBuffer[] dsts) throws IOException;