-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum ZipArchiveEntry.NameSourceIndicates how the name of this entry has been determined.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NAMEThe name has been read from the archive using the encodingof the archive specified when creating the ZipFile (defaults to theplatform's default encoding).
NAME_WITH_EFS_FLAGThe name has been read from the archive and the archivespecified the EFS flag which indicates the name has beenencoded as UTF-8.
UNICODE_EXTRA_FIELDThe name has been read from an Unicode Extra Field.
-
Method Summary
Modifier and Type Method Description static Array<ZipArchiveEntry.NameSource>values()static ZipArchiveEntry.NameSourcevalueOf(String name)-
-
Method Detail
-
values
static Array<ZipArchiveEntry.NameSource> values()
-
valueOf
static ZipArchiveEntry.NameSource valueOf(String name)
-
-
-
-