Uses of Enum
org.apache.commons.compress.archivers.zip.ZipArchiveEntry.CommentSource
Package
Description
Provides stream classes for reading and writing archives using the ZIP format.
-
Uses of ZipArchiveEntry.CommentSource in org.apache.commons.compress.archivers.zip
Modifier and TypeMethodDescriptionZipArchiveEntry.getCommentSource()
The source of the comment field value.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 TypeMethodDescriptionvoid
ZipArchiveEntry.setCommentSource
(ZipArchiveEntry.CommentSource commentSource) Sets the source of the comment field value.