class io.vertx.core.file.impl.FileSystemImpl$16 extends io.vertx.core.file.impl.FileSystemImpl$BlockingAction<io.vertx.core.buffer.Buffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.file.impl.FileSystemImpl$16
  super_class: io.vertx.core.file.impl.FileSystemImpl$BlockingAction
{
  final io.vertx.core.file.impl.FileSystemImpl this$0;
    descriptor: Lio/vertx/core/file/impl/FileSystemImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$path;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.core.file.impl.FileSystemImpl, io.vertx.core.file.impl.FileSystemImpl, java.lang.String);
    descriptor: (Lio/vertx/core/file/impl/FileSystemImpl;Lio/vertx/core/file/impl/FileSystemImpl;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.core.file.impl.FileSystemImpl$16 this
         0: .line 1037
            aload 0 /* this */
            aload 2
            putfield io.vertx.core.file.impl.FileSystemImpl$16.this$0:Lio/vertx/core/file/impl/FileSystemImpl;
            aload 0 /* this */
            aload 3
            putfield io.vertx.core.file.impl.FileSystemImpl$16.val$path:Ljava/lang/String;
            aload 0 /* this */
            aload 1
            invokespecial io.vertx.core.file.impl.FileSystemImpl$BlockingAction.<init>:(Lio/vertx/core/file/impl/FileSystemImpl;)V
            return
        end local 0 // io.vertx.core.file.impl.FileSystemImpl$16 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/file/impl/FileSystemImpl$16;
    MethodParameters:
          Name  Flags
      this$0    final
      this$1    final
      val$path  final

  public io.vertx.core.buffer.Buffer perform();
    descriptor: ()Lio/vertx/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // io.vertx.core.file.impl.FileSystemImpl$16 this
         0: .line 1040
            aload 0 /* this */
            getfield io.vertx.core.file.impl.FileSystemImpl$16.this$0:Lio/vertx/core/file/impl/FileSystemImpl;
            getfield io.vertx.core.file.impl.FileSystemImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            aload 0 /* this */
            getfield io.vertx.core.file.impl.FileSystemImpl$16.val$path:Ljava/lang/String;
            invokeinterface io.vertx.core.impl.VertxInternal.resolveFile:(Ljava/lang/String;)Ljava/io/File;
            invokevirtual java.io.File.toPath:()Ljava/nio/file/Path;
            astore 1 /* target */
        start local 1 // java.nio.file.Path target
         1: .line 1041
            aload 1 /* target */
            invokestatic java.nio.file.Files.readAllBytes:(Ljava/nio/file/Path;)[B
            astore 2 /* bytes */
        start local 2 // byte[] bytes
         2: .line 1042
            aload 2 /* bytes */
            invokestatic io.vertx.core.buffer.Buffer.buffer:([B)Lio/vertx/core/buffer/Buffer;
            astore 3 /* buff */
        start local 3 // io.vertx.core.buffer.Buffer buff
         3: .line 1043
            aload 3 /* buff */
         4: areturn
        end local 3 // io.vertx.core.buffer.Buffer buff
        end local 2 // byte[] bytes
        end local 1 // java.nio.file.Path target
         5: .line 1044
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         6: .line 1045
            new io.vertx.core.file.FileSystemException
            dup
            aload 1 /* e */
            invokespecial io.vertx.core.file.FileSystemException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // io.vertx.core.file.impl.FileSystemImpl$16 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lio/vertx/core/file/impl/FileSystemImpl$16;
            1    5     1  target  Ljava/nio/file/Path;
            2    5     2   bytes  [B
            3    5     3    buff  Lio/vertx/core/buffer/Buffer;
            6    7     1       e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     4       5  Class java.io.IOException

  public java.lang.Object perform();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.file.impl.FileSystemImpl$16.perform:()Lio/vertx/core/buffer/Buffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lio/vertx/core/file/impl/FileSystemImpl$BlockingAction<Lio/vertx/core/buffer/Buffer;>;
SourceFile: "FileSystemImpl.java"
EnclosingMethod: io.vertx.core.file.impl.FileSystemImpl.readFileInternal:(Ljava/lang/String;)Lio/vertx/core/file/impl/FileSystemImpl$BlockingAction;
NestHost: io.vertx.core.file.impl.FileSystemImpl
InnerClasses:
  io.vertx.core.file.impl.FileSystemImpl$16
  protected abstract BlockingAction = io.vertx.core.file.impl.FileSystemImpl$BlockingAction of io.vertx.core.file.impl.FileSystemImpl