public class ZipCategory extends Object
File
that adds a method that allows you to unzip a given file to a
specified locationConstructor and Description |
---|
ZipCategory() |
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
- destination
- (optional), the destination directory where this file's content
will be unzipped to.Collection
of unzipped File
objects.Copyright © 2016–2019 Spring. All rights reserved.