Uses of Class
org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField

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): Stores the UTF-8 version of the file comment as stored in the central directory header.
 class UnicodePathExtraField
          Info-ZIP Unicode Path Extra Field (0x7075): Stores the UTF-8 version of the file name field as stored in the local header and central directory header.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.