public final class IOUtils extends Object
| Constructor and Description |
|---|
IOUtils() |
| Modifier and Type | Method and Description |
|---|---|
static long |
copy(InputStream is,
OutputStream os) |
@Nonnegative public static long copy(@Nonnull @WillNotClose InputStream is, @Nonnull @WillNotClose OutputStream os) throws IOException
IOExceptionCopyright © 2017 echocat. All rights reserved.