Uses of Interface org.codehaus.plexus.archiver.zip.ZipExtraField

Uses in package org.codehaus.plexus.archiver.zip

Classes implementing org.codehaus.plexus.archiver.zip.ZipExtraField

class
Adds Unix file permission and UID/GID fields as well as symbolic link handling.
class
Simple placeholder for all those extra fields we don't want to deal with.

Methods with parameter type org.codehaus.plexus.archiver.zip.ZipExtraField

void
Adds an extra fields - replacing an already present extra field of the same type.
byte[]
Merges the central directory fields of the given ZipExtraFields.
byte[]
Merges the local file data fields of the given ZipExtraFields.
void
Replaces all currently attached extra fields with the new array.

Methods with return type org.codehaus.plexus.archiver.zip.ZipExtraField

ZipExtraField
Create an instance of the approriate ExtraField, falls back to UnrecognizedExtraField.
ZipExtraField[]
Retrieves extra fields.
ZipExtraField[]
ExtraFieldUtils.parse(byte[] data)
Split the array into ExtraFields and populate them with the give data.