Home | History | Annotate | Download | only in io

Lines Matching full:will

57    * Returns a factory that will supply instances of {@link StringReader} that
73 * Returns a factory that will supply instances of {@link InputStreamReader},
76 * @param in the factory that will be used to open input streams
92 * Returns a factory that will supply instances of {@link OutputStreamWriter},
95 * @param out the factory that will be used to open output streams
364 * Reader returned from the supplier will contain the concatenated data
367 * <p>Reading from the joined reader will throw a {@link NullPointerException}
370 * <p>Only one underlying reader will be open at a time. Closing the
371 * joined reader will close the open underlying reader.
374 * @return a supplier that will return a reader containing the concatenated
394 * will block until the full amount has been skipped. Does not close the
420 * target. Closing the writer will close the target if it is {@link
421 * Closeable}, and flushing the writer will flush the target if it is {@link
424 * @param target the object to which output will be sent