(Flushable... flushables)
| 71 | } |
| 72 | |
| 73 | public static void flush(Flushable... flushables) { |
| 74 | Objects.nullSafeFlush(flushables); |
| 75 | } |
| 76 | |
| 77 | /** |
| 78 | * Copies bytes from a {@link InputStream} to an {@link OutputStream} using the specified {@code buffer}, avoiding |
no test coverage detected