Package 

Enum ZipArchiveEntry.NameSource

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum ZipArchiveEntry.NameSource
    
                        

    Indicates how the name of this entry has been determined.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      NAME

      The 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_FLAG

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

      UNICODE_EXTRA_FIELD

      The name has been read from an Unicode Extra Field.