public class ZipHelper extends Object
Constructor and Description |
---|
ZipHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
extractTo(File zipFile,
File outDir) |
static void |
extractTo(InputStream is,
File outDir) |
public static void extractTo(File zipFile, File outDir) throws IOException
IOException
public static void extractTo(InputStream is, File outDir) throws IOException
IOException
Copyright © 2002-2023 Atlassian. All Rights Reserved.