class java.util.zip.ZipUtils
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.util.zip.ZipUtils
  super_class: java.lang.Object
{
  private static final long WINDOWS_EPOCH_IN_MICROSECONDS;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -11644473600000000

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.zip.ZipUtils this
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // java.util.zip.ZipUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/zip/ZipUtils;

  public static final java.nio.file.attribute.FileTime winTimeToFileTime(long);
    descriptor: (J)Ljava/nio/file/attribute/FileTime;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // long wtime
         0: .line 41
            lload 0 /* wtime */
            ldc 10
            ldiv
            ldc -11644473600000000
            ladd
         1: .line 42
            getstatic java.util.concurrent.TimeUnit.MICROSECONDS:Ljava/util/concurrent/TimeUnit;
         2: .line 41
            invokestatic java.nio.file.attribute.FileTime.from:(JLjava/util/concurrent/TimeUnit;)Ljava/nio/file/attribute/FileTime;
            areturn
        end local 0 // long wtime
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  wtime  J
    MethodParameters:
       Name  Flags
      wtime  

  public static final long fileTimeToWinTime(java.nio.file.attribute.FileTime);
    descriptor: (Ljava/nio/file/attribute/FileTime;)J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.nio.file.attribute.FileTime ftime
         0: .line 49
            aload 0 /* ftime */
            getstatic java.util.concurrent.TimeUnit.MICROSECONDS:Ljava/util/concurrent/TimeUnit;
            invokevirtual java.nio.file.attribute.FileTime.to:(Ljava/util/concurrent/TimeUnit;)J
            ldc -11644473600000000
            lsub
            ldc 10
            lmul
            lreturn
        end local 0 // java.nio.file.attribute.FileTime ftime
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  ftime  Ljava/nio/file/attribute/FileTime;
    MethodParameters:
       Name  Flags
      ftime  

  public static final java.nio.file.attribute.FileTime unixTimeToFileTime(long);
    descriptor: (J)Ljava/nio/file/attribute/FileTime;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // long utime
         0: .line 56
            lload 0 /* utime */
            getstatic java.util.concurrent.TimeUnit.SECONDS:Ljava/util/concurrent/TimeUnit;
            invokestatic java.nio.file.attribute.FileTime.from:(JLjava/util/concurrent/TimeUnit;)Ljava/nio/file/attribute/FileTime;
            areturn
        end local 0 // long utime
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  utime  J
    MethodParameters:
       Name  Flags
      utime  

  public static final long fileTimeToUnixTime(java.nio.file.attribute.FileTime);
    descriptor: (Ljava/nio/file/attribute/FileTime;)J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.file.attribute.FileTime ftime
         0: .line 63
            aload 0 /* ftime */
            getstatic java.util.concurrent.TimeUnit.SECONDS:Ljava/util/concurrent/TimeUnit;
            invokevirtual java.nio.file.attribute.FileTime.to:(Ljava/util/concurrent/TimeUnit;)J
            lreturn
        end local 0 // java.nio.file.attribute.FileTime ftime
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  ftime  Ljava/nio/file/attribute/FileTime;
    MethodParameters:
       Name  Flags
      ftime  

  private static long dosToJavaTime(long);
    descriptor: (J)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=11, locals=3, args_size=1
        start local 0 // long dtime
         0: .line 71
            new java.util.Date
            dup
            lload 0 /* dtime */
            bipush 25
            lshr
            ldc 127
            land
            ldc 80
            ladd
            l2i
         1: .line 72
            lload 0 /* dtime */
            bipush 21
            lshr
            ldc 15
            land
            lconst_1
            lsub
            l2i
         2: .line 73
            lload 0 /* dtime */
            bipush 16
            lshr
            ldc 31
            land
            l2i
         3: .line 74
            lload 0 /* dtime */
            bipush 11
            lshr
            ldc 31
            land
            l2i
         4: .line 75
            lload 0 /* dtime */
            iconst_5
            lshr
            ldc 63
            land
            l2i
         5: .line 76
            lload 0 /* dtime */
            iconst_1
            lshl
            ldc 62
            land
            l2i
         6: .line 71
            invokespecial java.util.Date.<init>:(IIIIII)V
            astore 2 /* d */
        start local 2 // java.util.Date d
         7: .line 77
            aload 2 /* d */
            invokevirtual java.util.Date.getTime:()J
            lreturn
        end local 2 // java.util.Date d
        end local 0 // long dtime
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0  dtime  J
            7    8     2      d  Ljava/util/Date;
    MethodParameters:
       Name  Flags
      dtime  

  public static long extendedDosToJavaTime(long);
    descriptor: (J)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // long xdostime
         0: .line 88
            lload 0 /* xdostime */
            invokestatic java.util.zip.ZipUtils.dosToJavaTime:(J)J
            lstore 2 /* time */
        start local 2 // long time
         1: .line 89
            lload 2 /* time */
            lload 0 /* xdostime */
            bipush 32
            lshr
            ladd
            lreturn
        end local 2 // long time
        end local 0 // long xdostime
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0  xdostime  J
            1    2     2      time  J
    MethodParameters:
          Name  Flags
      xdostime  

  private static long javaToDosTime(long);
    descriptor: (J)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // long time
         0: .line 97
            new java.util.Date
            dup
            lload 0 /* time */
            invokespecial java.util.Date.<init>:(J)V
            astore 2 /* d */
        start local 2 // java.util.Date d
         1: .line 98
            aload 2 /* d */
            invokevirtual java.util.Date.getYear:()I
            sipush 1900
            iadd
            istore 3 /* year */
        start local 3 // int year
         2: .line 99
            iload 3 /* year */
            sipush 1980
            if_icmpge 4
         3: .line 100
            ldc 2162688
            lreturn
         4: .line 102
      StackMap locals: java.util.Date int
      StackMap stack:
            iload 3 /* year */
            sipush 1980
            isub
            bipush 25
            ishl
            aload 2 /* d */
            invokevirtual java.util.Date.getMonth:()I
            iconst_1
            iadd
            bipush 21
            ishl
            ior
         5: .line 103
            aload 2 /* d */
            invokevirtual java.util.Date.getDate:()I
            bipush 16
            ishl
         6: .line 102
            ior
         7: .line 103
            aload 2 /* d */
            invokevirtual java.util.Date.getHours:()I
            bipush 11
            ishl
         8: .line 102
            ior
         9: .line 103
            aload 2 /* d */
            invokevirtual java.util.Date.getMinutes:()I
            iconst_5
            ishl
        10: .line 102
            ior
        11: .line 104
            aload 2 /* d */
            invokevirtual java.util.Date.getSeconds:()I
            iconst_1
            ishr
        12: .line 102
            ior
            i2l
            lreturn
        end local 3 // int year
        end local 2 // java.util.Date d
        end local 0 // long time
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  time  J
            1   13     2     d  Ljava/util/Date;
            2   13     3  year  I
    MethodParameters:
      Name  Flags
      time  

  public static long javaToExtendedDosTime(long);
    descriptor: (J)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // long time
         0: .line 115
            lload 0 /* time */
            lconst_0
            lcmp
            ifge 2
         1: .line 116
            ldc 2162688
            lreturn
         2: .line 118
      StackMap locals:
      StackMap stack:
            lload 0 /* time */
            invokestatic java.util.zip.ZipUtils.javaToDosTime:(J)J
            lstore 2 /* dostime */
        start local 2 // long dostime
         3: .line 119
            lload 2 /* dostime */
            ldc 2162688
            lcmp
            ifeq 5
         4: .line 120
            lload 2 /* dostime */
            lload 0 /* time */
            ldc 2000
            lrem
            bipush 32
            lshl
            ladd
            goto 6
         5: .line 121
      StackMap locals: long
      StackMap stack:
            ldc 2162688
         6: .line 119
      StackMap locals:
      StackMap stack: long
            lreturn
        end local 2 // long dostime
        end local 0 // long time
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     time  J
            3    7     2  dostime  J
    MethodParameters:
      Name  Flags
      time  

  public static final int get16(byte[], int);
    descriptor: ([BI)I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // byte[] b
        start local 1 // int off
         0: .line 129
            aload 0 /* b */
            iload 1 /* off */
            baload
            invokestatic java.lang.Byte.toUnsignedInt:(B)I
            aload 0 /* b */
            iload 1 /* off */
            iconst_1
            iadd
            baload
            invokestatic java.lang.Byte.toUnsignedInt:(B)I
            bipush 8
            ishl
            ior
            ireturn
        end local 1 // int off
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     b  [B
            0    1     1   off  I
    MethodParameters:
      Name  Flags
      b     
      off   

  public static final long get32(byte[], int);
    descriptor: ([BI)J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // byte[] b
        start local 1 // int off
         0: .line 137
            aload 0 /* b */
            iload 1 /* off */
            invokestatic java.util.zip.ZipUtils.get16:([BI)I
            i2l
            aload 0 /* b */
            iload 1 /* off */
            iconst_2
            iadd
            invokestatic java.util.zip.ZipUtils.get16:([BI)I
            i2l
            bipush 16
            lshl
            lor
            ldc 4294967295
            land
            lreturn
        end local 1 // int off
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     b  [B
            0    1     1   off  I
    MethodParameters:
      Name  Flags
      b     
      off   

  public static final long get64(byte[], int);
    descriptor: ([BI)J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // byte[] b
        start local 1 // int off
         0: .line 145
            aload 0 /* b */
            iload 1 /* off */
            invokestatic java.util.zip.ZipUtils.get32:([BI)J
            aload 0 /* b */
            iload 1 /* off */
            iconst_4
            iadd
            invokestatic java.util.zip.ZipUtils.get32:([BI)J
            bipush 32
            lshl
            lor
            lreturn
        end local 1 // int off
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     b  [B
            0    1     1   off  I
    MethodParameters:
      Name  Flags
      b     
      off   
}
SourceFile: "ZipUtils.java"