public final class ZipUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
unzip(java.io.InputStream is,
java.nio.file.Path dest)
Unzips an input stream to a given path.
|
public static void unzip(java.io.InputStream is,
java.nio.file.Path dest)
throws java.io.IOException
is - the input stream to unzipdest - the path to store the unzipped filesjava.io.IOException - for failures to unzip the input stream and create files in the dest path