public class io.vertx.ext.web.codec.impl.StreamingBodyCodec implements io.vertx.ext.web.codec.BodyCodec<java.lang.Void>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.codec.impl.StreamingBodyCodec
  super_class: java.lang.Object
{
  private final io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> stream;
    descriptor: Lio/vertx/core/streams/WriteStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;

  private final boolean close;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/streams/WriteStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.codec.impl.StreamingBodyCodec this
        start local 1 // io.vertx.core.streams.WriteStream stream
         0: .line 36
            aload 0 /* this */
            aload 1 /* stream */
            iconst_1
            invokespecial io.vertx.ext.web.codec.impl.StreamingBodyCodec.<init>:(Lio/vertx/core/streams/WriteStream;Z)V
         1: .line 37
            return
        end local 1 // io.vertx.core.streams.WriteStream stream
        end local 0 // io.vertx.ext.web.codec.impl.StreamingBodyCodec this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/ext/web/codec/impl/StreamingBodyCodec;
            0    2     1  stream  Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;)V
    MethodParameters:
        Name  Flags
      stream  

  public void <init>(io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>, );
    descriptor: (Lio/vertx/core/streams/WriteStream;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.codec.impl.StreamingBodyCodec this
        start local 1 // io.vertx.core.streams.WriteStream stream
        start local 2 // boolean close
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            aload 1 /* stream */
            putfield io.vertx.ext.web.codec.impl.StreamingBodyCodec.stream:Lio/vertx/core/streams/WriteStream;
         2: .line 41
            aload 0 /* this */
            iload 2 /* close */
            putfield io.vertx.ext.web.codec.impl.StreamingBodyCodec.close:Z
         3: .line 42
            return
        end local 2 // boolean close
        end local 1 // io.vertx.core.streams.WriteStream stream
        end local 0 // io.vertx.ext.web.codec.impl.StreamingBodyCodec this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/ext/web/codec/impl/StreamingBodyCodec;
            0    4     1  stream  Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;
            0    4     2   close  Z
    Signature: (Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;Z)V
    MethodParameters:
        Name  Flags
      stream  
      close   

  public void create(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.web.codec.spi.BodyStream<java.lang.Void>>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.codec.impl.StreamingBodyCodec this
        start local 1 // io.vertx.core.Handler handler
         0: .line 46
            aload 1 /* handler */
            new io.vertx.ext.web.codec.impl.StreamingBodyCodec$1
            dup
            aload 0 /* this */
            invokespecial io.vertx.ext.web.codec.impl.StreamingBodyCodec$1.<init>:(Lio/vertx/ext/web/codec/impl/StreamingBodyCodec;)V
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         1: .line 120
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.web.codec.impl.StreamingBodyCodec this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/web/codec/impl/StreamingBodyCodec;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/codec/spi/BodyStream<Ljava/lang/Void;>;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/codec/spi/BodyStream<Ljava/lang/Void;>;>;>;)V
    MethodParameters:
         Name  Flags
      handler  
}
Signature: Ljava/lang/Object;Lio/vertx/ext/web/codec/BodyCodec<Ljava/lang/Void;>;
SourceFile: "StreamingBodyCodec.java"
NestMembers:
  io.vertx.ext.web.codec.impl.StreamingBodyCodec$1
InnerClasses:
  io.vertx.ext.web.codec.impl.StreamingBodyCodec$1