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 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 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 0: new sun.nio.fs.UnixFileStoreAttributes
dup
invokespecial sun.nio.fs.UnixFileStoreAttributes.<init>:()V
astore 1
start local 1 1: aload 0
aload 1
invokestatic sun.nio.fs.UnixNativeDispatcher.statvfs:(Lsun/nio/fs/UnixPath;Lsun/nio/fs/UnixFileStoreAttributes;)V
2: aload 1
areturn
end local 1 end local 0 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 0: aload 0
getfield sun.nio.fs.UnixFileStoreAttributes.f_frsize:J
lreturn
end local 0 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 0: aload 0
getfield sun.nio.fs.UnixFileStoreAttributes.f_blocks:J
lreturn
end local 0 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 0: aload 0
getfield sun.nio.fs.UnixFileStoreAttributes.f_bfree:J
lreturn
end local 0 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 0: aload 0
getfield sun.nio.fs.UnixFileStoreAttributes.f_bavail:J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/fs/UnixFileStoreAttributes;
}
SourceFile: "UnixFileStoreAttributes.java"