Uses of Interface
org.zeroturnaround.zip.NameMapper

Packages that use NameMapper
org.zeroturnaround.zip   
 

Uses of NameMapper in org.zeroturnaround.zip
 

Methods in org.zeroturnaround.zip with parameters of type NameMapper
static void ZipUtil.pack(File sourceDir, File targetZip, NameMapper mapper)
          Compresses the given directory and all its sub-directories into a ZIP file.
static void ZipUtil.pack(File sourceDir, File targetZip, NameMapper mapper, int compressionLevel)
          Compresses the given directory and all its sub-directories into a ZIP file.
static void ZipUtil.unpack(File zip, File outputDir, NameMapper mapper)
          Unpacks a ZIP file to the given directory.
static void ZipUtil.unpack(InputStream is, File outputDir, NameMapper mapper)
          Unpacks a ZIP stream to the given directory.
 



Copyright © 2013 ZeroTurnaround. All Rights Reserved.