Uses of Interface
org.zeroturnaround.zip.extra.ZipExtraField
-
Packages that use ZipExtraField Package Description org.zeroturnaround.zip org.zeroturnaround.zip.extra -
-
Uses of ZipExtraField in org.zeroturnaround.zip
Method parameters in org.zeroturnaround.zip with type arguments of type ZipExtraField Modifier and Type Method Description private static AsiExtraField
ZipEntryUtil. getFirstAsiExtraField(java.util.List<ZipExtraField> fields)
-
Uses of ZipExtraField in org.zeroturnaround.zip.extra
Classes in org.zeroturnaround.zip.extra that implement ZipExtraField Modifier and Type Class Description class
AsiExtraField
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
UnrecognizedExtraField
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 ZipExtraField Modifier and Type Method Description static 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 ZipExtraField Modifier and Type Method Description static java.util.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 ZipExtraField Modifier and Type Method Description static byte[]
ExtraFieldUtils. mergeLocalFileDataData(java.util.List<ZipExtraField> data)
Merges the local file data fields of the given ZipExtraFields.
-