public interface ZipService
Modifier and Type | Method and Description |
---|---|
void |
extract(String zipFile,
String destinationDirectory)
Decompress the
zipFile and place contents into destinationDirectory . |
void extract(String zipFile, String destinationDirectory) throws KettleException
zipFile
and place contents into destinationDirectory
.zipFile
- path to zip file.destinationDirectory
- directory where the contents of the file will be placed.KettleException
Copyright © 2020 Hitachi Vantara. All rights reserved.