Uses of Class
kala.compress.archivers.zip.ZipArchiveEntry.CommentSource
-
Packages that use ZipArchiveEntry.CommentSource Package Description kala.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. -
-
Uses of ZipArchiveEntry.CommentSource in kala.compress.archivers.zip
Fields in kala.compress.archivers.zip declared as ZipArchiveEntry.CommentSource Modifier and Type Field Description private ZipArchiveEntry.CommentSourceZipArchiveEntry. commentSourceMethods in kala.compress.archivers.zip that return ZipArchiveEntry.CommentSource Modifier and Type Method Description ZipArchiveEntry.CommentSourceZipArchiveEntry. getCommentSource()The source of the comment field value.static ZipArchiveEntry.CommentSourceZipArchiveEntry.CommentSource. valueOf(java.lang.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.Methods in kala.compress.archivers.zip with parameters of type ZipArchiveEntry.CommentSource Modifier and Type Method Description voidZipArchiveEntry. setCommentSource(ZipArchiveEntry.CommentSource commentSource)Sets the source of the comment field value.
-