Uses of Interface
org.zeroturnaround.zip.ZipEntrySource

Packages that use ZipEntrySource
org.zeroturnaround.zip   
org.zeroturnaround.zip.transform   
 

Uses of ZipEntrySource in org.zeroturnaround.zip
 

Classes in org.zeroturnaround.zip that implement ZipEntrySource
 class ByteSource
           
 class FileSource
           
 

Methods in org.zeroturnaround.zip with parameters of type ZipEntrySource
static void ZipUtil.addEntries(File zip, ZipEntrySource[] entries, File destZip)
          Copies an existing ZIP file and appends it with new entries.
static void ZipUtil.addEntry(File zip, ZipEntrySource entry, File destZip)
          Copies an existing ZIP file and appends it with one new entry.
static void ZipUtil.addOrReplaceEntries(File zip, ZipEntrySource[] entries, File destZip)
          Copies an existing ZIP file and adds/replaces the given entries in it.
static void ZipUtil.pack(ZipEntrySource[] entries, File zip)
          Compresses the given entries into a new ZIP file.
static boolean ZipUtil.replaceEntries(File zip, ZipEntrySource[] entries, File destZip)
          Copies an existing ZIP file and replaces the given entries in it.
static boolean ZipUtil.replaceEntry(File zip, ZipEntrySource entry, File destZip)
          Copies an existing ZIP file and replaces a given entry in it.
 

Uses of ZipEntrySource in org.zeroturnaround.zip.transform
 

Constructors in org.zeroturnaround.zip.transform with parameters of type ZipEntrySource
ZipEntrySourceZipEntryTransformer(ZipEntrySource source)
           
 



Copyright © 2013 ZeroTurnaround. All Rights Reserved.