Uses of Class
org.zeroturnaround.zip.transform.ZipEntryTransformerEntry

Packages that use ZipEntryTransformerEntry
org.zeroturnaround.zip   
 

Uses of ZipEntryTransformerEntry in org.zeroturnaround.zip
 

Methods in org.zeroturnaround.zip with parameters of type ZipEntryTransformerEntry
static boolean ZipUtil.transformEntries(File zip, ZipEntryTransformerEntry[] entries, File destZip)
          Copies an existing ZIP file and transforms the given entries in it.
static boolean ZipUtil.transformEntries(InputStream is, ZipEntryTransformerEntry[] entries, OutputStream os)
          Copies an existing ZIP file and transforms the given entries in it.
static boolean ZipUtil.transformEntry(File zip, ZipEntryTransformerEntry entry, File destZip)
          Copies an existing ZIP file and transforms a given entry in it.
static boolean ZipUtil.transformEntry(InputStream is, ZipEntryTransformerEntry entry, OutputStream os)
          Copies an existing ZIP file and transforms a given entry in it.
 



Copyright © 2013 ZeroTurnaround. All Rights Reserved.