src/java.base/share/classes/java/util/zip/ZipEntry.java
changeset 59201 b24f4caa1411
parent 57670 cffcc4c5a5ba
equal deleted inserted replaced
59200:a686b67a59d9 59201:b24f4caa1411
    39  * This class is used to represent a ZIP file entry.
    39  * This class is used to represent a ZIP file entry.
    40  *
    40  *
    41  * @author      David Connelly
    41  * @author      David Connelly
    42  * @since 1.1
    42  * @since 1.1
    43  */
    43  */
    44 public
    44 public class ZipEntry implements ZipConstants, Cloneable {
    45 class ZipEntry implements ZipConstants, Cloneable {
       
    46 
    45 
    47     String name;        // entry name
    46     String name;        // entry name
    48     long xdostime = -1; // last modification time (in extended DOS time,
    47     long xdostime = -1; // last modification time (in extended DOS time,
    49                         // where milliseconds lost in conversion might
    48                         // where milliseconds lost in conversion might
    50                         // be encoded into the upper half)
    49                         // be encoded into the upper half)