Home | History | Annotate | Download | only in input

Lines Matching full:underlying

23  * Proxy stream that closes and discards the underlying stream as soon as the

25 * Not even a reference to the underlying stream is kept after it has been
31 * closing the stream when no longer needed) or the underlying stream (by not
42 * @param in underlying input stream
49 * Closes the underlying input stream and replaces the reference to it
56 * underlying input stream is closed and discarded only once when this
59 * @throws IOException if the underlying input stream can not be closed
67 * Reads and returns a single byte from the underlying input stream.
68 * If the underlying stream returns -1, the {@link #close()} method is
83 * Reads and returns bytes from the underlying input stream to the given
84 * buffer. If the underlying stream returns -1, the {@link #close()} method
100 * Reads and returns bytes from the underlying input stream to the given
101 * buffer. If the underlying stream returns -1, the {@link #close()} method