Uses of Class
org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
-
Packages that use AbstractUnicodeExtraField Package Description org.apache.commons.compress.archivers.zip 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.zip Modifier and Type Class Description class
UnicodeCommentExtraField
Info-ZIP Unicode Comment Extra Field (0x6375):class
UnicodePathExtraField
Info-ZIP Unicode Path Extra Field (0x7075):Methods in org.apache.commons.compress.archivers.zip with parameters of type AbstractUnicodeExtraField Modifier and Type Method Description private static java.lang.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.
-