All Classes and Interfaces

Class
Description
This is a class that has been made significantly smaller (deleted a bunch of methods) and originally is from the Apache Ant Project (http://ant.apache.org), org.apache.tools.zip package.
 
 
Filter stream that prevents the underlying input stream from being closed.
This is a class that has been made significantly smaller (deleted a bunch of methods) and originally is from the Apache Ant Project (http://ant.apache.org), org.apache.tools.zip package.
Indicates that a file already exists.
This is a class that has been made significantly smaller (deleted a bunch of methods) and originally is from the Apache Commons IO 2.2 package (the latest version that supports Java 1.5).
 
This class adds some convenience methods on top of Apache CommonsIO FileUtils.
This is a class that has been made significantly smaller (deleted a bunch of methods) and originally is from the Apache Commons IO 2.2 package (the latest version that supports Java 1.5).
 
NOP implementation of the name mapper.
This is a class that has been made significantly smaller (deleted a bunch of methods) and originally is from the Apache Commons IO 2.2 package (the latest version that supports Java 1.5).
 
ZTFilePermissionsStrategy which uses Java 7 posix file permissions
This strategy will call lastModifiedTime, creationTime and lastAccessTime methods (added in Java 8).
 
Call-back for filtering and renaming ZIP entries while packing or unpacking.
Setting the timestamp in pre-java-8 environments.
 
Writer implementation that outputs to a StringBuilder.
 
Strategy that we use to differentiate between JDK8 and older JDK ZipEntry method calls.
The getInstance() of this method will return a JDK8 implementation when running on JVM 8 and a no operation instance when running on older JVM.
This is a class that has been made significantly smaller (deleted a bunch of methods) and originally is from the Apache Ant Project (http://ant.apache.org), org.apache.tools.zip package.
 
This is a class that has been made significantly smaller (deleted a bunch of methods) and originally is from the Apache Ant Project (http://ant.apache.org), org.apache.tools.zip package.
Call-back for traversing ZIP entries with their contents.
 
ZIP entry with its contents.
 
Call-back for traversing ZIP entries with their contents and producing a new ZIP file as an output.
A transformer assigned to a certain ZIP entry.
Util class for static methods shared between ZipUtil and Zips.
 
 
This is a class that has been made significantly smaller (deleted a bunch of methods) and originally is from the Apache Ant Project (http://ant.apache.org), org.apache.tools.zip package.
Mainly methods to lookup Zip* class constructors.
Call-back for traversing ZIP entries without their contents.
This is a class that has been made significantly smaller (deleted a bunch of methods) and originally is from the Apache Ant Project (http://ant.apache.org), org.apache.tools.zip package.
Fluent api for zip handling.
 
 
This is a class that has been made significantly smaller (deleted a bunch of methods) and originally is from the Apache Ant Project (http://ant.apache.org), org.apache.tools.zip package.
ZIP file manipulation utilities.
Unpacks each ZIP entries.
Copies an entry into a byte array.
Copies an entry into a File.
Simple helper to make inplace operation easier
RepackZipEntryCallback used in repacking methods.
ZipEntryCallback which is only applied to single entry.
 
Unpacks each ZIP entry.
Unwraps entries excluding a single parent dir.
This class holds POSIX file permissions.
Maps ZTFilePermissions to real filesystem-specific file attributes.
Utilities to manipulate ZTFilePermissions.