Home | History | Annotate | Download | only in io

Lines Matching full:code

38    * {@code IOException} may be thrown.
40 * <p>If {@code swallowIOException} is true, then we don't rethrow
41 * {@code IOException}, but merely log it.
43 * @param flushable the {@code Flushable} object to be flushed.
45 * thrown by the {@code flush} method
46 * @throws IOException if {@code swallowIOException} is false and
47 * {@link Flushable#flush} throws an {@code IOException}.
64 * Equivalent to calling {@code flush(flushable, true)}, but with no
65 * {@code IOException} in the signature.
67 * @param flushable the {@code Flushable} object to be flushed.