public final class IOUtils extends Object
| Constructor and Description |
|---|
IOUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copy(InputStream inputStream,
OutputStream outputStream) |
static ReadableByteChannel |
gunzipChannel(ReadableByteChannel gzipped) |
static ReadableByteChannel |
inflateChannel(ReadableByteChannel deflated) |
public static void copy(InputStream inputStream, OutputStream outputStream) throws IOException
IOExceptionpublic static ReadableByteChannel gunzipChannel(ReadableByteChannel gzipped) throws IOException
IOExceptionpublic static ReadableByteChannel inflateChannel(ReadableByteChannel deflated) throws IOException
IOExceptionCopyright © 2022. All rights reserved.