class sun.nio.fs.WindowsFileAttributeViews$Basic extends sun.nio.fs.AbstractBasicFileAttributeView
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.fs.WindowsFileAttributeViews$Basic
  super_class: sun.nio.fs.AbstractBasicFileAttributeView
{
  final sun.nio.fs.WindowsPath file;
    descriptor: Lsun/nio/fs/WindowsPath;
    flags: (0x0010) ACC_FINAL

  final boolean followLinks;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  void <init>(sun.nio.fs.WindowsPath, boolean);
    descriptor: (Lsun/nio/fs/WindowsPath;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.nio.fs.WindowsFileAttributeViews$Basic this
        start local 1 // sun.nio.fs.WindowsPath file
        start local 2 // boolean followLinks
         0: .line 42
            aload 0 /* this */
            invokespecial sun.nio.fs.AbstractBasicFileAttributeView.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 1 /* file */
            putfield sun.nio.fs.WindowsFileAttributeViews$Basic.file:Lsun/nio/fs/WindowsPath;
         2: .line 44
            aload 0 /* this */
            iload 2 /* followLinks */
            putfield sun.nio.fs.WindowsFileAttributeViews$Basic.followLinks:Z
         3: .line 45
            return
        end local 2 // boolean followLinks
        end local 1 // sun.nio.fs.WindowsPath file
        end local 0 // sun.nio.fs.WindowsFileAttributeViews$Basic this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lsun/nio/fs/WindowsFileAttributeViews$Basic;
            0    4     1         file  Lsun/nio/fs/WindowsPath;
            0    4     2  followLinks  Z
    MethodParameters:
             Name  Flags
      file         
      followLinks  

  public sun.nio.fs.WindowsFileAttributes readAttributes();
    descriptor: ()Lsun/nio/fs/WindowsFileAttributes;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.nio.fs.WindowsFileAttributeViews$Basic this
         0: .line 49
            aload 0 /* this */
            getfield sun.nio.fs.WindowsFileAttributeViews$Basic.file:Lsun/nio/fs/WindowsPath;
            invokevirtual sun.nio.fs.WindowsPath.checkRead:()V
         1: .line 51
            aload 0 /* this */
            getfield sun.nio.fs.WindowsFileAttributeViews$Basic.file:Lsun/nio/fs/WindowsPath;
            aload 0 /* this */
            getfield sun.nio.fs.WindowsFileAttributeViews$Basic.followLinks:Z
            invokestatic sun.nio.fs.WindowsFileAttributes.get:(Lsun/nio/fs/WindowsPath;Z)Lsun/nio/fs/WindowsFileAttributes;
         2: areturn
         3: .line 52
      StackMap locals:
      StackMap stack: sun.nio.fs.WindowsException
            astore 1 /* x */
        start local 1 // sun.nio.fs.WindowsException x
         4: .line 53
            aload 1 /* x */
            aload 0 /* this */
            getfield sun.nio.fs.WindowsFileAttributeViews$Basic.file:Lsun/nio/fs/WindowsPath;
            invokevirtual sun.nio.fs.WindowsException.rethrowAsIOException:(Lsun/nio/fs/WindowsPath;)V
         5: .line 54
            aconst_null
            areturn
        end local 1 // sun.nio.fs.WindowsException x
        end local 0 // sun.nio.fs.WindowsFileAttributeViews$Basic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/nio/fs/WindowsFileAttributeViews$Basic;
            4    6     1     x  Lsun/nio/fs/WindowsException;
      Exception table:
        from    to  target  type
           1     2       3  Class sun.nio.fs.WindowsException
    Exceptions:
      throws java.io.IOException

  private long adjustForFatEpoch(long);
    descriptor: (J)J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.nio.fs.WindowsFileAttributeViews$Basic this
        start local 1 // long time
         0: .line 64
            lload 1 /* time */
            ldc -1
            lcmp
            ifeq 2
            lload 1 /* time */
            ldc 119600064000000000
            lcmp
            ifge 2
         1: .line 65
            ldc 119600064000000000
            lreturn
         2: .line 67
      StackMap locals:
      StackMap stack:
            lload 1 /* time */
            lreturn
        end local 1 // long time
        end local 0 // sun.nio.fs.WindowsFileAttributeViews$Basic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/fs/WindowsFileAttributeViews$Basic;
            0    3     1  time  J
    MethodParameters:
      Name  Flags
      time  

  void setFileTimes(long, long, long);
    descriptor: (JJJ)V
    flags: (0x0000) 
    Code:
      stack=9, locals=11, args_size=4
        start local 0 // sun.nio.fs.WindowsFileAttributeViews$Basic this
        start local 1 // long createTime
        start local 3 // long lastAccessTime
        start local 5 // long lastWriteTime
         0: .line 79
            ldc -1
            lstore 7 /* handle */
        start local 7 // long handle
         1: .line 81
            ldc 33554432
            istore 9 /* flags */
        start local 9 // int flags
         2: .line 82
            aload 0 /* this */
            getfield sun.nio.fs.WindowsFileAttributeViews$Basic.followLinks:Z
            ifne 4
         3: .line 83
            iload 9 /* flags */
            ldc 2097152
            ior
            istore 9 /* flags */
         4: .line 85
      StackMap locals: long int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.WindowsFileAttributeViews$Basic.file:Lsun/nio/fs/WindowsPath;
            invokevirtual sun.nio.fs.WindowsPath.getPathForWin32Calls:()Ljava/lang/String;
         5: .line 86
            sipush 256
         6: .line 87
            bipush 7
         7: .line 88
            iconst_3
         8: .line 89
            iload 9 /* flags */
         9: .line 85
            invokestatic sun.nio.fs.WindowsNativeDispatcher.CreateFile:(Ljava/lang/String;IIII)J
            lstore 7 /* handle */
        end local 9 // int flags
        10: .line 90
            goto 13
      StackMap locals: sun.nio.fs.WindowsFileAttributeViews$Basic long long long long
      StackMap stack: sun.nio.fs.WindowsException
        11: astore 9 /* x */
        start local 9 // sun.nio.fs.WindowsException x
        12: .line 91
            aload 9 /* x */
            aload 0 /* this */
            getfield sun.nio.fs.WindowsFileAttributeViews$Basic.file:Lsun/nio/fs/WindowsPath;
            invokevirtual sun.nio.fs.WindowsException.rethrowAsIOException:(Lsun/nio/fs/WindowsPath;)V
        end local 9 // sun.nio.fs.WindowsException x
        13: .line 96
      StackMap locals:
      StackMap stack:
            lload 7 /* handle */
        14: .line 97
            lload 1 /* createTime */
        15: .line 98
            lload 3 /* lastAccessTime */
        16: .line 99
            lload 5 /* lastWriteTime */
        17: .line 96
            invokestatic sun.nio.fs.WindowsNativeDispatcher.SetFileTime:(JJJJ)V
        18: .line 100
            goto 38
      StackMap locals:
      StackMap stack: sun.nio.fs.WindowsException
        19: astore 9 /* x */
        start local 9 // sun.nio.fs.WindowsException x
        20: .line 103
            aload 0 /* this */
            getfield sun.nio.fs.WindowsFileAttributeViews$Basic.followLinks:Z
            ifeq 32
            aload 9 /* x */
            invokevirtual sun.nio.fs.WindowsException.lastError:()I
            bipush 87
            if_icmpne 32
        21: .line 105
            aload 0 /* this */
            getfield sun.nio.fs.WindowsFileAttributeViews$Basic.file:Lsun/nio/fs/WindowsPath;
            invokestatic sun.nio.fs.WindowsFileStore.create:(Lsun/nio/fs/WindowsPath;)Lsun/nio/fs/WindowsFileStore;
            invokevirtual sun.nio.fs.WindowsFileStore.type:()Ljava/lang/String;
            ldc "FAT"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 32
        22: .line 106
            lload 7 /* handle */
        23: .line 107
            aload 0 /* this */
            lload 1 /* createTime */
            invokevirtual sun.nio.fs.WindowsFileAttributeViews$Basic.adjustForFatEpoch:(J)J
        24: .line 108
            aload 0 /* this */
            lload 3 /* lastAccessTime */
            invokevirtual sun.nio.fs.WindowsFileAttributeViews$Basic.adjustForFatEpoch:(J)J
        25: .line 109
            aload 0 /* this */
            lload 5 /* lastWriteTime */
            invokevirtual sun.nio.fs.WindowsFileAttributeViews$Basic.adjustForFatEpoch:(J)J
        26: .line 106
            invokestatic sun.nio.fs.WindowsNativeDispatcher.SetFileTime:(JJJJ)V
        27: .line 111
            aconst_null
            astore 9 /* x */
        28: .line 113
            goto 32
      StackMap locals: sun.nio.fs.WindowsFileAttributeViews$Basic long long long long sun.nio.fs.WindowsException
      StackMap stack: java.lang.SecurityException
        29: pop
            goto 32
        30: .line 114
      StackMap locals:
      StackMap stack: sun.nio.fs.WindowsException
            pop
            goto 32
        31: .line 115
      StackMap locals:
      StackMap stack: java.io.IOException
            pop
        32: .line 119
      StackMap locals:
      StackMap stack:
            aload 9 /* x */
            ifnull 34
        33: .line 120
            aload 9 /* x */
            aload 0 /* this */
            getfield sun.nio.fs.WindowsFileAttributeViews$Basic.file:Lsun/nio/fs/WindowsPath;
            invokevirtual sun.nio.fs.WindowsException.rethrowAsIOException:(Lsun/nio/fs/WindowsPath;)V
        end local 9 // sun.nio.fs.WindowsException x
        34: .line 122
      StackMap locals:
      StackMap stack:
            lload 7 /* handle */
            invokestatic sun.nio.fs.WindowsNativeDispatcher.CloseHandle:(J)V
            goto 39
        35: .line 121
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 10
        36: .line 122
            lload 7 /* handle */
            invokestatic sun.nio.fs.WindowsNativeDispatcher.CloseHandle:(J)V
        37: .line 123
            aload 10
            athrow
        38: .line 122
      StackMap locals:
      StackMap stack:
            lload 7 /* handle */
            invokestatic sun.nio.fs.WindowsNativeDispatcher.CloseHandle:(J)V
        39: .line 124
      StackMap locals:
      StackMap stack:
            return
        end local 7 // long handle
        end local 5 // long lastWriteTime
        end local 3 // long lastAccessTime
        end local 1 // long createTime
        end local 0 // sun.nio.fs.WindowsFileAttributeViews$Basic this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   40     0            this  Lsun/nio/fs/WindowsFileAttributeViews$Basic;
            0   40     1      createTime  J
            0   40     3  lastAccessTime  J
            0   40     5   lastWriteTime  J
            1   40     7          handle  J
            2   10     9           flags  I
           12   13     9               x  Lsun/nio/fs/WindowsException;
           20   34     9               x  Lsun/nio/fs/WindowsException;
      Exception table:
        from    to  target  type
           1    10      11  Class sun.nio.fs.WindowsException
          13    18      19  Class sun.nio.fs.WindowsException
          21    28      29  Class java.lang.SecurityException
          21    28      30  Class sun.nio.fs.WindowsException
          21    28      31  Class java.io.IOException
          13    34      35  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                Name  Flags
      createTime      
      lastAccessTime  
      lastWriteTime   

  public void setTimes(java.nio.file.attribute.FileTime, java.nio.file.attribute.FileTime, java.nio.file.attribute.FileTime);
    descriptor: (Ljava/nio/file/attribute/FileTime;Ljava/nio/file/attribute/FileTime;Ljava/nio/file/attribute/FileTime;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=10, args_size=4
        start local 0 // sun.nio.fs.WindowsFileAttributeViews$Basic this
        start local 1 // java.nio.file.attribute.FileTime lastModifiedTime
        start local 2 // java.nio.file.attribute.FileTime lastAccessTime
        start local 3 // java.nio.file.attribute.FileTime createTime
         0: .line 132
            aload 1 /* lastModifiedTime */
            ifnonnull 3
            aload 2 /* lastAccessTime */
            ifnonnull 3
         1: .line 133
            aload 3 /* createTime */
            ifnonnull 3
         2: .line 136
            return
         3: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.WindowsFileAttributeViews$Basic.file:Lsun/nio/fs/WindowsPath;
            invokevirtual sun.nio.fs.WindowsPath.checkWrite:()V
         4: .line 143
            aload 3 /* createTime */
            ifnonnull 5
            ldc -1
            goto 6
         5: .line 144
      StackMap locals:
      StackMap stack:
            aload 3 /* createTime */
            invokestatic sun.nio.fs.WindowsFileAttributes.toWindowsTime:(Ljava/nio/file/attribute/FileTime;)J
         6: .line 143
      StackMap locals:
      StackMap stack: long
            lstore 4 /* t1 */
        start local 4 // long t1
         7: .line 145
            aload 2 /* lastAccessTime */
            ifnonnull 8
            ldc -1
            goto 9
         8: .line 146
      StackMap locals: long
      StackMap stack:
            aload 2 /* lastAccessTime */
            invokestatic sun.nio.fs.WindowsFileAttributes.toWindowsTime:(Ljava/nio/file/attribute/FileTime;)J
         9: .line 145
      StackMap locals:
      StackMap stack: long
            lstore 6 /* t2 */
        start local 6 // long t2
        10: .line 147
            aload 1 /* lastModifiedTime */
            ifnonnull 11
            ldc -1
            goto 12
        11: .line 148
      StackMap locals: long
      StackMap stack:
            aload 1 /* lastModifiedTime */
            invokestatic sun.nio.fs.WindowsFileAttributes.toWindowsTime:(Ljava/nio/file/attribute/FileTime;)J
        12: .line 147
      StackMap locals:
      StackMap stack: long
            lstore 8 /* t3 */
        start local 8 // long t3
        13: .line 149
            aload 0 /* this */
            lload 4 /* t1 */
            lload 6 /* t2 */
            lload 8 /* t3 */
            invokevirtual sun.nio.fs.WindowsFileAttributeViews$Basic.setFileTimes:(JJJ)V
        14: .line 150
            return
        end local 8 // long t3
        end local 6 // long t2
        end local 4 // long t1
        end local 3 // java.nio.file.attribute.FileTime createTime
        end local 2 // java.nio.file.attribute.FileTime lastAccessTime
        end local 1 // java.nio.file.attribute.FileTime lastModifiedTime
        end local 0 // sun.nio.fs.WindowsFileAttributeViews$Basic this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   15     0              this  Lsun/nio/fs/WindowsFileAttributeViews$Basic;
            0   15     1  lastModifiedTime  Ljava/nio/file/attribute/FileTime;
            0   15     2    lastAccessTime  Ljava/nio/file/attribute/FileTime;
            0   15     3        createTime  Ljava/nio/file/attribute/FileTime;
            7   15     4                t1  J
           10   15     6                t2  J
           13   15     8                t3  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                  Name  Flags
      lastModifiedTime  
      lastAccessTime    
      createTime        

  public java.nio.file.attribute.BasicFileAttributes readAttributes();
    descriptor: ()Ljava/nio/file/attribute/BasicFileAttributes;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes:()Lsun/nio/fs/WindowsFileAttributes;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
}
SourceFile: "WindowsFileAttributeViews.java"
NestHost: sun.nio.fs.WindowsFileAttributeViews
InnerClasses:
  private Basic = sun.nio.fs.WindowsFileAttributeViews$Basic of sun.nio.fs.WindowsFileAttributeViews