| Package | Description | 
|---|---|
| org.apache.commons.compress.archivers.zip | Provides stream classes for reading and writing archives using
      the ZIP format. | 
| Modifier and Type | Method and Description | 
|---|---|
| ZipArchiveEntry.CommentSource | ZipArchiveEntry. getCommentSource()The source of the comment field value. | 
| static ZipArchiveEntry.CommentSource | ZipArchiveEntry.CommentSource. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ZipArchiveEntry.CommentSource[] | ZipArchiveEntry.CommentSource. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ZipArchiveEntry. setCommentSource(ZipArchiveEntry.CommentSource commentSource)Sets the source of the comment field value. | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.