Home | History | Annotate | Download | only in io

Lines Matching full:close

97       Closeables.close(out, threw);
121 Closeables.close(out, threw);
124 Closeables.close(in, threw);
130 * input to the output, and closes the input stream. Does not close
147 Closeables.close(in, threw);
153 * Does not close or flush either stream.
177 * Does not close or flush either channel.
200 * Does not close the stream.
227 Closeables.close(in, threw);
564 Closeables.close(in, threw);
595 close(in2, threw);
598 Closeables.close(in1, threw);
605 * Does not close the stream.
620 * {@link DataInput#readFully(byte[], int, int)}. Does not close the
640 * will block until the full amount has been skipped. Does not close the
689 Closeables.close(in, threw);
747 * read is returned, possibly zero. Does not close the stream.
823 * joined stream will close the open underlying stream.