|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractUnicodeExtraField | |
---|---|
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 | |
---|---|
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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |