class sun.nio.fs.UnixFileStoreAttributes
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.fs.UnixFileStoreAttributes
  super_class: java.lang.Object
{
  private long f_frsize;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long f_blocks;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long f_bfree;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long f_bavail;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.fs.UnixFileStoreAttributes this
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            return
        end local 0 // sun.nio.fs.UnixFileStoreAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/fs/UnixFileStoreAttributes;

  static sun.nio.fs.UnixFileStoreAttributes get(sun.nio.fs.UnixPath);
    descriptor: (Lsun/nio/fs/UnixPath;)Lsun/nio/fs/UnixFileStoreAttributes;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.nio.fs.UnixPath path
         0: .line 38
            new sun.nio.fs.UnixFileStoreAttributes
            dup
            invokespecial sun.nio.fs.UnixFileStoreAttributes.<init>:()V
            astore 1 /* attrs */
        start local 1 // sun.nio.fs.UnixFileStoreAttributes attrs
         1: .line 39
            aload 0 /* path */
            aload 1 /* attrs */
            invokestatic sun.nio.fs.UnixNativeDispatcher.statvfs:(Lsun/nio/fs/UnixPath;Lsun/nio/fs/UnixFileStoreAttributes;)V
         2: .line 40
            aload 1 /* attrs */
            areturn
        end local 1 // sun.nio.fs.UnixFileStoreAttributes attrs
        end local 0 // sun.nio.fs.UnixPath path
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   path  Lsun/nio/fs/UnixPath;
            1    3     1  attrs  Lsun/nio/fs/UnixFileStoreAttributes;
    Exceptions:
      throws sun.nio.fs.UnixException
    MethodParameters:
      Name  Flags
      path  

  long blockSize();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.fs.UnixFileStoreAttributes this
         0: .line 44
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileStoreAttributes.f_frsize:J
            lreturn
        end local 0 // sun.nio.fs.UnixFileStoreAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/UnixFileStoreAttributes;

  long totalBlocks();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.fs.UnixFileStoreAttributes this
         0: .line 48
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileStoreAttributes.f_blocks:J
            lreturn
        end local 0 // sun.nio.fs.UnixFileStoreAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/UnixFileStoreAttributes;

  long freeBlocks();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.fs.UnixFileStoreAttributes this
         0: .line 52
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileStoreAttributes.f_bfree:J
            lreturn
        end local 0 // sun.nio.fs.UnixFileStoreAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/UnixFileStoreAttributes;

  long availableBlocks();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.fs.UnixFileStoreAttributes this
         0: .line 56
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileStoreAttributes.f_bavail:J
            lreturn
        end local 0 // sun.nio.fs.UnixFileStoreAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/UnixFileStoreAttributes;
}
SourceFile: "UnixFileStoreAttributes.java"