Lines Matching defs:read

51      * 0x02 0x03 0x04' if read as a 4-byte integer would have the
79 * Returns the byte order with which data values will be read from
98 * the read occurs.
105 int read() throws IOException;
110 * number of bytes read is returned. If no bytes can be read
114 * the read occurs.
118 * @return the number of bytes actually read, or <code>-1</code>
126 int read(byte[] b) throws IOException;
131 * The number of bytes read is returned. If no bytes can be read
136 * the read occurs.
140 * @param len the maximum number of <code>byte</code>s to read.
142 * @return the number of bytes actually read, or <code>-1</code>
152 int read(byte[] b, int off, int len) throws IOException;
162 * the read occurs.
165 * @param len the maximum number of <code>byte</code>s to read.
182 * the read occurs.
200 * the read occurs.
224 * the read occurs.
239 * the read occurs.
260 * the read occurs.
277 * the read occurs.
315 * the read occurs.
333 * the read occurs.
351 * the read occurs.
369 * the read occurs.
385 * file; the characters read are then returned as a
391 * read, then <code>null</code> is returned. Otherwise, each byte
392 * that is read is converted to type <code>char</code> by
402 * characters read and not discarded, taken in order. Note that
407 * the read occurs.
424 * <p> First, two bytes are read and used to construct an unsigned
429 * of additional bytes to be read. These bytes are then converted
444 * of the bytes to be read), or if byte <code>b</code> does not
458 * read), or either byte <code>b</code> or byte <code>c</code>
476 * which their corresponding groups were read from the input
482 * the read occurs.
489 * @return a String read from the stream.
506 * the read occurs.
510 * @param len the maximum number of <code>byte</code>s to read.
530 * the read occurs.
550 * the read occurs.
554 * @param len the maximum number of <code>short</code>s to read.
575 * the read occurs.
579 * @param len the maximum number of <code>char</code>s to read.
600 * the read occurs.
604 * @param len the maximum number of <code>int</code>s to read.
625 * the read occurs.
629 * @param len the maximum number of <code>long</code>s to read.
650 * the read occurs.
654 * @param len the maximum number of <code>float</code>s to read.
675 * the read occurs.
679 * @param len the maximum number of <code>double</code>s to read.
693 * Returns the current byte position of the stream. The next read
707 * significant bit, of the byte being read.
711 * <code>skipBytes</code>, or any <code>read</code> or
729 * significant bit, of the byte being read.
759 * <code>long</code>, with the first bit read becoming the most
760 * significant bit of the output. The read starts within the byte
767 * though the bits were read one at a time, and shifted into
785 * have been read, an <code>EOFException</code> is thrown.
787 * @param numBits the number of bits to read, as an <code>int</code>
790 * read stored in the least significant bit.
845 * next read will occur at this location. The bit offset is set
853 * <code>EOFException</code> will be thrown only if a read is
875 * of data may be read following the call to <code>mark</code>.
882 * <code>flushBefore</code> as part of a read operation.
886 * the read operation has completed.