src/jdk.zipfs/share/classes/jdk/nio/zipfs/ZipConstants.java
changeset 50238 a9307f400f5a
parent 47216 71c04702a3d5
child 53043 fd2e8f941ded
equal deleted inserted replaced
50237:ec52b4d094c0 50238:a9307f400f5a
    41     static final int METHOD_LZMA       = 14;
    41     static final int METHOD_LZMA       = 14;
    42     static final int METHOD_LZ77       = 19;
    42     static final int METHOD_LZ77       = 19;
    43     static final int METHOD_AES        = 99;
    43     static final int METHOD_AES        = 99;
    44 
    44 
    45     /*
    45     /*
    46      * General purpose big flag
    46      * General purpose bit flag
    47      */
    47      */
    48     static final int FLAG_ENCRYPTED  = 0x01;
    48     static final int FLAG_ENCRYPTED  = 0x01;
    49     static final int FLAG_DATADESCR  = 0x08;    // crc, size and csize in dd
    49     static final int FLAG_DATADESCR  = 0x08;    // crc, size and csize in dd
    50     static final int FLAG_EFS        = 0x800;   // If this bit is set the filename and
    50     static final int FLAG_USE_UTF8   = 0x800;   // If this bit is set the filename and
    51                                                 // comment fields for this file must be
    51                                                 // comment fields for this file must be
    52                                                 // encoded using UTF-8.
    52                                                 // encoded using UTF-8.
    53     /*
    53     /*
    54      * Header signatures
    54      * Header signatures
    55      */
    55      */