Uses of Interface
org.zeroturnaround.zip.ZipEntrySource
Packages that use ZipEntrySource
-
Uses of ZipEntrySource in org.zeroturnaround.zip
Classes in org.zeroturnaround.zip that implement ZipEntrySourceMethods in org.zeroturnaround.zip with parameters of type ZipEntrySourceModifier and TypeMethodDescriptionZips.addEntries(ZipEntrySource[] entries) Specifies entries to add or change to the output when this Zips executes.static voidZipUtil.addEntries(File zip, ZipEntrySource[] entries) Changes a zip file it with with new entries. in-place.static voidZipUtil.addEntries(File zip, ZipEntrySource[] entries, File destZip) Copies an existing ZIP file and appends it with new entries.static voidZipUtil.addEntries(File zip, ZipEntrySource[] entries, OutputStream destOut) Copies an existing ZIP file and appends it with new entries.static voidZipUtil.addEntries(InputStream is, ZipEntrySource[] entries, OutputStream destOut) Copies an existing ZIP file and appends it with new entries.Zips.addEntry(ZipEntrySource entry) Specifies an entry to add or change to the output when this Zips executes.static voidZipUtil.addEntry(File zip, ZipEntrySource entry) Changes a zip file, adds one new entry in-place.static voidZipUtil.addEntry(File zip, ZipEntrySource entry, File destZip) Copies an existing ZIP file and appends it with one new entry.static voidZipUtil.addOrReplaceEntries(File zip, ZipEntrySource[] entries) Changes a ZIP file: adds/replaces the given entries in it.static voidZipUtil.addOrReplaceEntries(File zip, ZipEntrySource[] entries, File destZip) Copies an existing ZIP file and adds/replaces the given entries in it.static voidZipUtil.pack(ZipEntrySource[] entries, File zip) Compresses the given entries into a new ZIP file.static voidZipUtil.pack(ZipEntrySource[] entries, OutputStream os) Compresses the given entries into an output stream.static booleanZipUtil.replaceEntries(File zip, ZipEntrySource[] entries) Changes an existing ZIP file: replaces a given entry in it.static booleanZipUtil.replaceEntries(File zip, ZipEntrySource[] entries, File destZip) Copies an existing ZIP file and replaces the given entries in it.static booleanZipUtil.replaceEntry(File zip, ZipEntrySource entry) Changes an existing ZIP file: replaces a given entry in it.static booleanZipUtil.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