Uses of Class
org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
Packages that use AbstractUnicodeExtraField
Package
Description
Provides stream classes for reading and writing archives using
the ZIP format.
-
Uses of AbstractUnicodeExtraField in org.apache.commons.compress.archivers.zip
Subclasses of AbstractUnicodeExtraField in org.apache.commons.compress.archivers.zipModifier and TypeClassDescriptionclass
Info-ZIP Unicode Comment Extra Field (0x6375):class
Info-ZIP Unicode Path Extra Field (0x7075):Methods in org.apache.commons.compress.archivers.zip with parameters of type AbstractUnicodeExtraFieldModifier and TypeMethodDescriptionprivate static String
ZipUtil.getUnicodeStringIfOriginalMatches
(AbstractUnicodeExtraField f, byte[] orig) If the stored CRC matches the one of the given name, return the Unicode name of the given field.