Class Zip64ExtendedInformationExtraField

java.lang.Object
org.apache.tools.zip.Zip64ExtendedInformationExtraField
All Implemented Interfaces:
CentralDirectoryParsingZipExtraField, ZipExtraField

public class Zip64ExtendedInformationExtraField extends Object implements CentralDirectoryParsingZipExtraField
Holds size and other extended information for entries that use Zip64 features.

See PKWARE's APPNOTE.TXT, section 4.5.3.

Currently Ant doesn't support encrypting the central directory so the note about masking doesn't apply.

The implementation relies on data being read from the local file header and assumes that both size values are always present.

Since:
Ant 1.9.0