public interface io.vertx.ext.unit.report.impl.ReportStream
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.unit.report.impl.ReportStream
  super_class: java.lang.Object
{
  public void info(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.vertx.ext.unit.report.impl.ReportStream this
        start local 1 // io.vertx.core.buffer.Buffer msg
         0: .line 10
            return
        end local 1 // io.vertx.core.buffer.Buffer msg
        end local 0 // io.vertx.ext.unit.report.impl.ReportStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/unit/report/impl/ReportStream;
            0    1     1   msg  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      msg   

  public void error(io.vertx.core.buffer.Buffer, java.lang.Throwable);
    descriptor: (Lio/vertx/core/buffer/Buffer;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // io.vertx.ext.unit.report.impl.ReportStream this
        start local 1 // io.vertx.core.buffer.Buffer msg
        start local 2 // java.lang.Throwable cause
         0: .line 12
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // io.vertx.core.buffer.Buffer msg
        end local 0 // io.vertx.ext.unit.report.impl.ReportStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/ext/unit/report/impl/ReportStream;
            0    1     1    msg  Lio/vertx/core/buffer/Buffer;
            0    1     2  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      msg    
      cause  

  public void end();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.ext.unit.report.impl.ReportStream this
         0: .line 14
            return
        end local 0 // io.vertx.ext.unit.report.impl.ReportStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/unit/report/impl/ReportStream;
}
SourceFile: "ReportStream.java"