Uses of Interface
org.zeroturnaround.zip.extra.ZipExtraField
Packages that use ZipExtraField
-
Uses of ZipExtraField in org.zeroturnaround.zip
Method parameters in org.zeroturnaround.zip with type arguments of type ZipExtraFieldModifier and TypeMethodDescriptionprivate static AsiExtraField
ZipEntryUtil.getFirstAsiExtraField
(List<ZipExtraField> fields) -
Uses of ZipExtraField in org.zeroturnaround.zip.extra
Classes in org.zeroturnaround.zip.extra that implement ZipExtraFieldModifier and TypeClassDescriptionclass
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.class
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.Methods in org.zeroturnaround.zip.extra that return ZipExtraFieldModifier and TypeMethodDescriptionstatic ZipExtraField
ExtraFieldUtils.createExtraField
(ZipShort headerId) Create an instance of the appropriate ExtraField, falls back toUnrecognizedExtraField
.static ZipExtraField[]
ExtraFieldUtils.parseA
(byte[] data) Methods in org.zeroturnaround.zip.extra that return types with arguments of type ZipExtraFieldModifier and TypeMethodDescriptionstatic List
<ZipExtraField> ExtraFieldUtils.parse
(byte[] data) Split the array into ExtraFields and populate them with the given data as local file data, throwing an exception if the data cannot be parsed.Method parameters in org.zeroturnaround.zip.extra with type arguments of type ZipExtraFieldModifier and TypeMethodDescriptionstatic byte[]
ExtraFieldUtils.mergeLocalFileDataData
(List<ZipExtraField> data) Merges the local file data fields of the given ZipExtraFields.