|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ZipExtraField | |
|---|---|
| org.codehaus.plexus.archiver.zip | |
| Uses of ZipExtraField in org.codehaus.plexus.archiver.zip |
|---|
| Classes in org.codehaus.plexus.archiver.zip that implement ZipExtraField | |
|---|---|
class |
AsiExtraField
Adds Unix file permission and UID/GID fields as well as symbolic link handling. |
class |
UnrecognizedExtraField
Simple placeholder for all those extra fields we don't want to deal with. |
| Methods in org.codehaus.plexus.archiver.zip that return ZipExtraField | |
|---|---|
static ZipExtraField |
ExtraFieldUtils.createExtraField(ZipShort headerId)
Create an instance of the approriate ExtraField, falls back to UnrecognizedExtraField. |
ZipExtraField[] |
ZipEntry.getExtraFields()
Retrieves extra fields. |
static ZipExtraField[] |
ExtraFieldUtils.parse(byte[] data)
Split the array into ExtraFields and populate them with the give data. |
| Methods in org.codehaus.plexus.archiver.zip with parameters of type ZipExtraField | |
|---|---|
void |
ZipEntry.addExtraField(ZipExtraField ze)
Adds an extra fields - replacing an already present extra field of the same type. |
static byte[] |
ExtraFieldUtils.mergeCentralDirectoryData(ZipExtraField[] data)
Merges the central directory fields of the given ZipExtraFields. |
static byte[] |
ExtraFieldUtils.mergeLocalFileDataData(ZipExtraField[] data)
Merges the local file data fields of the given ZipExtraFields. |
void |
ZipEntry.setExtraFields(ZipExtraField[] fields)
Replaces all currently attached extra fields with the new array. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||