NameSource

Indicates how the name of this entry has been determined.

Since

1.16

Entries

Link copied to clipboard

The name has been read from the archive using the encoding of the archive specified when creating the ZipFile (defaults to the platform's default encoding).

Link copied to clipboard

The name has been read from the archive and the archive specified the EFS flag which indicates the name has been encoded as UTF-8.

Link copied to clipboard

The name has been read from an Unicode Extra Field.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.