Package | Description |
---|---|
org.apache.commons.compress.archivers.zip |
Provides stream classes for reading and writing archives using
the ZIP format.
|
Modifier and Type | Class and Description |
---|---|
class |
UnicodeCommentExtraField
Info-ZIP Unicode Comment Extra Field (0x6375):
|
class |
UnicodePathExtraField
Info-ZIP Unicode Path Extra Field (0x7075):
|
Modifier and Type | Method and 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.
|