Uses of Enum Class
org.apache.commons.compress.archivers.zip.ZipArchiveEntry.CommentSource
Packages that use 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
Fields in org.apache.commons.compress.archivers.zip declared as ZipArchiveEntry.CommentSourceModifier and TypeFieldDescriptionprivate ZipArchiveEntry.CommentSourceZipArchiveEntry.commentSourceMethods in org.apache.commons.compress.archivers.zip that return ZipArchiveEntry.CommentSourceModifier and TypeMethodDescriptionZipArchiveEntry.getCommentSource()The source of the comment field value.Returns the enum constant of this class with the specified name.static ZipArchiveEntry.CommentSource[]ZipArchiveEntry.CommentSource.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.commons.compress.archivers.zip with parameters of type ZipArchiveEntry.CommentSourceModifier and TypeMethodDescriptionvoidZipArchiveEntry.setCommentSource(ZipArchiveEntry.CommentSource commentSource) Sets the source of the comment field value.