class io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$2 extends java.io.Writer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$2
  super_class: java.io.Writer
{
  final io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl this$0;
    descriptor: Lio/vertx/ext/web/templ/thymeleaf/impl/ThymeleafTemplateEngineImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  void <init>(io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl, io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/ext/web/templ/thymeleaf/impl/ThymeleafTemplateEngineImpl;Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$2 this
         0: .line 93
            aload 0 /* this */
            aload 1
            putfield io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$2.this$0:Lio/vertx/ext/web/templ/thymeleaf/impl/ThymeleafTemplateEngineImpl;
            aload 0 /* this */
            aload 2
            putfield io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$2.val$buffer:Lio/vertx/core/buffer/Buffer;
            aload 0 /* this */
            invokespecial java.io.Writer.<init>:()V
            return
        end local 0 // io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/templ/thymeleaf/impl/ThymeleafTemplateEngineImpl$2;
    MethodParameters:
            Name  Flags
      this$0      final
      val$buffer  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.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$2 this
        start local 1 // char[] cbuf
        start local 2 // int off
        start local 3 // int len
         0: .line 96
            aload 0 /* this */
            getfield io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$2.val$buffer:Lio/vertx/core/buffer/Buffer;
            new java.lang.String
            dup
            aload 1 /* cbuf */
            iload 2 /* off */
            iload 3 /* len */
            invokespecial java.lang.String.<init>:([CII)V
            invokeinterface io.vertx.core.buffer.Buffer.appendString:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 97
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // char[] cbuf
        end local 0 // io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/templ/thymeleaf/impl/ThymeleafTemplateEngineImpl$2;
            0    2     1  cbuf  [C
            0    2     2   off  I
            0    2     3   len  I
    MethodParameters:
      Name  Flags
      cbuf  
      off   
      len   

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$2 this
         0: .line 101
            return
        end local 0 // io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/templ/thymeleaf/impl/ThymeleafTemplateEngineImpl$2;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$2 this
         0: .line 105
            return
        end local 0 // io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/templ/thymeleaf/impl/ThymeleafTemplateEngineImpl$2;
}
SourceFile: "ThymeleafTemplateEngineImpl.java"
EnclosingMethod: io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl.render:(Ljava/util/Map;Ljava/lang/String;Lio/vertx/core/Handler;)V
NestHost: io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl
InnerClasses:
  io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$2