public final class ZipCategory extends Object
File that adds a method that allows you to unzip a given file to a
specified location| Modifier and Type | Method and Description |
|---|---|
static Collection<File> |
unzipTo(File self,
File destination)
Unzips this file.
|
public static Collection<File> unzipTo(File self, File destination)
self - filedestination - (optional), the destination directory where this file's content
will be unzipped to.Collection of unzipped File objects.Copyright © 2016–2021 Spring. All rights reserved.