-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum ZipArchiveEntry.CommentSourceIndicates how the comment of this entry has been determined.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description COMMENTThe comment has been read from the archive using the encodingof the archive specified when creating the ZipFile (defaults to theplatform's default encoding).
UNICODE_EXTRA_FIELDThe comment has been read from an Unicode Extra Field.
-
Method Summary
Modifier and Type Method Description static Array<ZipArchiveEntry.CommentSource>values()static ZipArchiveEntry.CommentSourcevalueOf(String name)-
-
Method Detail
-
values
static Array<ZipArchiveEntry.CommentSource> values()
-
valueOf
static ZipArchiveEntry.CommentSource valueOf(String name)
-
-
-
-