public class io.vertx.core.file.impl.FileSystemPropsImpl implements io.vertx.core.file.FileSystemProps
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.file.impl.FileSystemPropsImpl
  super_class: java.lang.Object
{
  private final long totalSpace;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long unallocatedSpace;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long usableSpace;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(long, long, long);
    descriptor: (JJJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // io.vertx.core.file.impl.FileSystemPropsImpl this
        start local 1 // long totalSpace
        start local 3 // long unallocatedSpace
        start local 5 // long usableSpace
         0: .line 22
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 23
            aload 0 /* this */
            lload 1 /* totalSpace */
            putfield io.vertx.core.file.impl.FileSystemPropsImpl.totalSpace:J
         2: .line 24
            aload 0 /* this */
            lload 3 /* unallocatedSpace */
            putfield io.vertx.core.file.impl.FileSystemPropsImpl.unallocatedSpace:J
         3: .line 25
            aload 0 /* this */
            lload 5 /* usableSpace */
            putfield io.vertx.core.file.impl.FileSystemPropsImpl.usableSpace:J
         4: .line 26
            return
        end local 5 // long usableSpace
        end local 3 // long unallocatedSpace
        end local 1 // long totalSpace
        end local 0 // io.vertx.core.file.impl.FileSystemPropsImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lio/vertx/core/file/impl/FileSystemPropsImpl;
            0    5     1        totalSpace  J
            0    5     3  unallocatedSpace  J
            0    5     5       usableSpace  J
    MethodParameters:
                  Name  Flags
      totalSpace        
      unallocatedSpace  
      usableSpace       

  public long totalSpace();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.file.impl.FileSystemPropsImpl this
         0: .line 30
            aload 0 /* this */
            getfield io.vertx.core.file.impl.FileSystemPropsImpl.totalSpace:J
            lreturn
        end local 0 // io.vertx.core.file.impl.FileSystemPropsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/file/impl/FileSystemPropsImpl;

  public long unallocatedSpace();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.file.impl.FileSystemPropsImpl this
         0: .line 35
            aload 0 /* this */
            getfield io.vertx.core.file.impl.FileSystemPropsImpl.unallocatedSpace:J
            lreturn
        end local 0 // io.vertx.core.file.impl.FileSystemPropsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/file/impl/FileSystemPropsImpl;

  public long usableSpace();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.file.impl.FileSystemPropsImpl this
         0: .line 40
            aload 0 /* this */
            getfield io.vertx.core.file.impl.FileSystemPropsImpl.usableSpace:J
            lreturn
        end local 0 // io.vertx.core.file.impl.FileSystemPropsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/file/impl/FileSystemPropsImpl;
}
SourceFile: "FileSystemPropsImpl.java"