class io.vertx.ext.unit.report.impl.DefaultReporterFactory$3 extends java.io.Writer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.unit.report.impl.DefaultReporterFactory$3
  super_class: java.io.Writer
{
  final io.vertx.ext.unit.report.impl.DefaultReporterFactory this$0;
    descriptor: Lio/vertx/ext/unit/report/impl/DefaultReporterFactory;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final io.vertx.core.file.AsyncFile val$file;
    descriptor: Lio/vertx/core/file/AsyncFile;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.ext.unit.report.impl.DefaultReporterFactory, io.vertx.core.file.AsyncFile);
    descriptor: (Lio/vertx/ext/unit/report/impl/DefaultReporterFactory;Lio/vertx/core/file/AsyncFile;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.unit.report.impl.DefaultReporterFactory$3 this
         0: .line 91
            aload 0 /* this */
            aload 1
            putfield io.vertx.ext.unit.report.impl.DefaultReporterFactory$3.this$0:Lio/vertx/ext/unit/report/impl/DefaultReporterFactory;
            aload 0 /* this */
            aload 2
            putfield io.vertx.ext.unit.report.impl.DefaultReporterFactory$3.val$file:Lio/vertx/core/file/AsyncFile;
            aload 0 /* this */
            invokespecial java.io.Writer.<init>:()V
            return
        end local 0 // io.vertx.ext.unit.report.impl.DefaultReporterFactory$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/unit/report/impl/DefaultReporterFactory$3;
    MethodParameters:
          Name  Flags
      this$0    final
      val$file  final

  public void write(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.ext.unit.report.impl.DefaultReporterFactory$3 this
        start local 1 // char[] cbuf
        start local 2 // int off
        start local 3 // int len
         0: .line 93
            aload 0 /* this */
            getfield io.vertx.ext.unit.report.impl.DefaultReporterFactory$3.val$file:Lio/vertx/core/file/AsyncFile;
            new java.lang.String
            dup
            aload 1 /* cbuf */
            iload 2 /* off */
            iload 3 /* len */
            invokespecial java.lang.String.<init>:([CII)V
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.file.AsyncFile.write:(Ljava/lang/Object;)Lio/vertx/core/Future;
            pop
         1: .line 94
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // char[] cbuf
        end local 0 // io.vertx.ext.unit.report.impl.DefaultReporterFactory$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/unit/report/impl/DefaultReporterFactory$3;
            0    2     1  cbuf  [C
            0    2     2   off  I
            0    2     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cbuf  
      off   
      len   

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.unit.report.impl.DefaultReporterFactory$3 this
         0: .line 96
            aload 0 /* this */
            getfield io.vertx.ext.unit.report.impl.DefaultReporterFactory$3.val$file:Lio/vertx/core/file/AsyncFile;
            invokeinterface io.vertx.core.file.AsyncFile.flush:()Lio/vertx/core/Future;
            pop
         1: .line 97
            return
        end local 0 // io.vertx.ext.unit.report.impl.DefaultReporterFactory$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/unit/report/impl/DefaultReporterFactory$3;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.unit.report.impl.DefaultReporterFactory$3 this
         0: .line 99
            aload 0 /* this */
            getfield io.vertx.ext.unit.report.impl.DefaultReporterFactory$3.val$file:Lio/vertx/core/file/AsyncFile;
            invokeinterface io.vertx.core.file.AsyncFile.close:()Lio/vertx/core/Future;
            pop
         1: .line 100
            return
        end local 0 // io.vertx.ext.unit.report.impl.DefaultReporterFactory$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/unit/report/impl/DefaultReporterFactory$3;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "DefaultReporterFactory.java"
EnclosingMethod: io.vertx.ext.unit.report.impl.DefaultReporterFactory.lambda$2:(Ljava/lang/String;Lio/vertx/core/Vertx;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/unit/report/impl/ReportStream;
NestHost: io.vertx.ext.unit.report.impl.DefaultReporterFactory
InnerClasses:
  io.vertx.ext.unit.report.impl.DefaultReporterFactory$3