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 ZipEntrySourceFields in org.zeroturnaround.zip with type parameters of type ZipEntrySourceMethods in org.zeroturnaround.zip that return types with arguments of type ZipEntrySourceModifier and TypeMethodDescription(package private) static Map<String, ZipEntrySource> ZipUtil.entriesByPath(ZipEntrySource... entries) Methods 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.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.private static voidZipUtil.addEntry(ZipEntrySource entry, ZipOutputStream out) Adds a given ZIP entry to a ZIP file.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.(package private) static Map<String, ZipEntrySource> ZipUtil.entriesByPath(ZipEntrySource... entries) 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.private static voidZipUtil.pack(ZipEntrySource[] entries, OutputStream os, boolean closeStream) 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
Fields in org.zeroturnaround.zip.transform declared as ZipEntrySourceModifier and TypeFieldDescriptionprivate final ZipEntrySourceZipEntrySourceZipEntryTransformer.sourceMethods in org.zeroturnaround.zip.transform with parameters of type ZipEntrySourceModifier and TypeMethodDescription(package private) static voidZipEntrySourceZipEntryTransformer.addEntry(ZipEntrySource entry, ZipOutputStream out) Adds a given ZIP entry to a ZIP file.Constructors in org.zeroturnaround.zip.transform with parameters of type ZipEntrySource