final class io.vertx.core.http.impl.NettyFileUpload implements io.netty.handler.codec.http.multipart.FileUpload, io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.vertx.core.http.impl.NettyFileUpload
  super_class: java.lang.Object
{
  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.lang.String contentType;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String filename;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String contentTransferEncoding;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.nio.charset.Charset charset;
    descriptor: Ljava/nio/charset/Charset;
    flags: (0x0002) ACC_PRIVATE

  private boolean completed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private long maxSize;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private final io.vertx.core.http.HttpServerRequest request;
    descriptor: Lio/vertx/core/http/HttpServerRequest;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.streams.impl.InboundBuffer<java.lang.Object> pending;
    descriptor: Lio/vertx/core/streams/impl/InboundBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/streams/impl/InboundBuffer<Ljava/lang/Object;>;

  private io.vertx.core.Handler<java.lang.Void> endHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private io.vertx.core.Handler<java.lang.Throwable> exceptionHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Throwable;>;

  private io.vertx.core.Handler<io.vertx.core.buffer.Buffer> dataHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;

  void <init>(io.vertx.core.Context, io.vertx.core.http.HttpServerRequest, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.nio.charset.Charset);
    descriptor: (Lio/vertx/core/Context;Lio/vertx/core/http/HttpServerRequest;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/nio/charset/Charset;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=8, args_size=8
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // io.vertx.core.Context context
        start local 2 // io.vertx.core.http.HttpServerRequest request
        start local 3 // java.lang.String name
        start local 4 // java.lang.String filename
        start local 5 // java.lang.String contentType
        start local 6 // java.lang.String contentTransferEncoding
        start local 7 // java.nio.charset.Charset charset
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            ldc -1
            putfield io.vertx.core.http.impl.NettyFileUpload.maxSize:J
         2: .line 48
            aload 0 /* this */
            aload 3 /* name */
            putfield io.vertx.core.http.impl.NettyFileUpload.name:Ljava/lang/String;
         3: .line 49
            aload 0 /* this */
            aload 4 /* filename */
            putfield io.vertx.core.http.impl.NettyFileUpload.filename:Ljava/lang/String;
         4: .line 50
            aload 0 /* this */
            aload 5 /* contentType */
            putfield io.vertx.core.http.impl.NettyFileUpload.contentType:Ljava/lang/String;
         5: .line 51
            aload 0 /* this */
            aload 6 /* contentTransferEncoding */
            putfield io.vertx.core.http.impl.NettyFileUpload.contentTransferEncoding:Ljava/lang/String;
         6: .line 52
            aload 0 /* this */
            aload 7 /* charset */
            putfield io.vertx.core.http.impl.NettyFileUpload.charset:Ljava/nio/charset/Charset;
         7: .line 53
            aload 0 /* this */
            aload 2 /* request */
            putfield io.vertx.core.http.impl.NettyFileUpload.request:Lio/vertx/core/http/HttpServerRequest;
         8: .line 54
            aload 0 /* this */
            new io.vertx.core.streams.impl.InboundBuffer
            dup
            aload 1 /* context */
            invokespecial io.vertx.core.streams.impl.InboundBuffer.<init>:(Lio/vertx/core/Context;)V
         9: .line 55
            aload 2 /* request */
            invokedynamic handle(Lio/vertx/core/http/HttpServerRequest;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/http/impl/NettyFileUpload.lambda$0(Lio/vertx/core/http/HttpServerRequest;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/impl/InboundBuffer;
        10: .line 56
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/core/http/impl/NettyFileUpload;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/http/impl/NettyFileUpload.lambda$1(Ljava/lang/Object;)V (7)
                  (Ljava/lang/Object;)V
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/impl/InboundBuffer;
        11: .line 54
            putfield io.vertx.core.http.impl.NettyFileUpload.pending:Lio/vertx/core/streams/impl/InboundBuffer;
        12: .line 69
            return
        end local 7 // java.nio.charset.Charset charset
        end local 6 // java.lang.String contentTransferEncoding
        end local 5 // java.lang.String contentType
        end local 4 // java.lang.String filename
        end local 3 // java.lang.String name
        end local 2 // io.vertx.core.http.HttpServerRequest request
        end local 1 // io.vertx.core.Context context
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   13     0                     this  Lio/vertx/core/http/impl/NettyFileUpload;
            0   13     1                  context  Lio/vertx/core/Context;
            0   13     2                  request  Lio/vertx/core/http/HttpServerRequest;
            0   13     3                     name  Ljava/lang/String;
            0   13     4                 filename  Ljava/lang/String;
            0   13     5              contentType  Ljava/lang/String;
            0   13     6  contentTransferEncoding  Ljava/lang/String;
            0   13     7                  charset  Ljava/nio/charset/Charset;
    MethodParameters:
                         Name  Flags
      context                  
      request                  
      name                     
      filename                 
      contentType              
      contentTransferEncoding  
      charset                  

  public synchronized io.vertx.core.http.impl.NettyFileUpload exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/NettyFileUpload;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // io.vertx.core.Handler handler
         0: .line 73
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.NettyFileUpload.exceptionHandler:Lio/vertx/core/Handler;
         1: .line 74
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/NettyFileUpload;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/impl/NettyFileUpload;
    MethodParameters:
         Name  Flags
      handler  

  private io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 78
            aload 0 /* this */
            getfield io.vertx.core.http.impl.NettyFileUpload.dataHandler:Lio/vertx/core/Handler;
            areturn
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;
    Signature: ()Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;

  public synchronized io.vertx.core.http.impl.NettyFileUpload handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/NettyFileUpload;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // io.vertx.core.Handler handler
         0: .line 83
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.NettyFileUpload.dataHandler:Lio/vertx/core/Handler;
         1: .line 84
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/NettyFileUpload;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/http/impl/NettyFileUpload;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.http.impl.NettyFileUpload pause();
    descriptor: ()Lio/vertx/core/http/impl/NettyFileUpload;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 89
            aload 0 /* this */
            getfield io.vertx.core.http.impl.NettyFileUpload.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.pause:()Lio/vertx/core/streams/impl/InboundBuffer;
            pop
         1: .line 90
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/NettyFileUpload;

  public io.vertx.core.http.impl.NettyFileUpload resume();
    descriptor: ()Lio/vertx/core/http/impl/NettyFileUpload;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 95
            aload 0 /* this */
            ldc 9223372036854775807
            invokevirtual io.vertx.core.http.impl.NettyFileUpload.fetch:(J)Lio/vertx/core/http/impl/NettyFileUpload;
            areturn
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;

  public io.vertx.core.http.impl.NettyFileUpload fetch(long);
    descriptor: (J)Lio/vertx/core/http/impl/NettyFileUpload;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // long amount
         0: .line 100
            aload 0 /* this */
            getfield io.vertx.core.http.impl.NettyFileUpload.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            lload 1 /* amount */
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.fetch:(J)Z
            pop
         1: .line 101
            aload 0 /* this */
            areturn
        end local 1 // long amount
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/core/http/impl/NettyFileUpload;
            0    2     1  amount  J
    MethodParameters:
        Name  Flags
      amount  

  private synchronized io.vertx.core.Handler<java.lang.Void> endHandler();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 105
            aload 0 /* this */
            getfield io.vertx.core.http.impl.NettyFileUpload.endHandler:Lio/vertx/core/Handler;
            areturn
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;
    Signature: ()Lio/vertx/core/Handler<Ljava/lang/Void;>;

  public synchronized io.vertx.core.http.impl.NettyFileUpload endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/NettyFileUpload;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // io.vertx.core.Handler handler
         0: .line 110
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.NettyFileUpload.endHandler:Lio/vertx/core/Handler;
         1: .line 111
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/NettyFileUpload;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/http/impl/NettyFileUpload;
    MethodParameters:
         Name  Flags
      handler  

  private void receiveData(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // io.vertx.core.buffer.Buffer data
         0: .line 115
            aload 1 /* data */
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            ifeq 3
         1: .line 116
            aload 0 /* this */
            getfield io.vertx.core.http.impl.NettyFileUpload.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            aload 1 /* data */
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.write:(Ljava/lang/Object;)Z
            ifne 3
         2: .line 117
            aload 0 /* this */
            getfield io.vertx.core.http.impl.NettyFileUpload.request:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.pause:()Lio/vertx/core/http/HttpServerRequest;
            pop
         3: .line 120
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.buffer.Buffer data
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/http/impl/NettyFileUpload;
            0    4     1  data  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      data  

  private void end();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 123
            aload 0 /* this */
            getfield io.vertx.core.http.impl.NettyFileUpload.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            getstatic io.vertx.core.streams.impl.InboundBuffer.END_SENTINEL:Ljava/lang/Object;
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.write:(Ljava/lang/Object;)Z
            pop
         1: .line 124
            return
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/NettyFileUpload;

  public void handleException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // java.lang.Throwable err
         0: .line 128
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         1: .line 129
            aload 0 /* this */
            getfield io.vertx.core.http.impl.NettyFileUpload.exceptionHandler:Lio/vertx/core/Handler;
            astore 2 /* handler */
        start local 2 // io.vertx.core.Handler handler
         2: .line 128
            aload 3
            monitorexit
         3: goto 6
        end local 2 // io.vertx.core.Handler handler
      StackMap locals: io.vertx.core.http.impl.NettyFileUpload java.lang.Throwable top io.vertx.core.http.impl.NettyFileUpload
      StackMap stack: java.lang.Throwable
         4: aload 3
            monitorexit
         5: athrow
        start local 2 // io.vertx.core.Handler handler
         6: .line 131
      StackMap locals: io.vertx.core.http.impl.NettyFileUpload java.lang.Throwable io.vertx.core.Handler
      StackMap stack:
            aload 2 /* handler */
            ifnull 8
         7: .line 132
            aload 2 /* handler */
            aload 1 /* err */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         8: .line 134
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.Throwable err
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lio/vertx/core/http/impl/NettyFileUpload;
            0    9     1      err  Ljava/lang/Throwable;
            2    4     2  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
            6    9     2  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
      Name  Flags
      err   

  public void setContent(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // io.netty.buffer.ByteBuf channelBuffer
         0: .line 138
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.impl.NettyFileUpload.completed:Z
         1: .line 139
            aload 0 /* this */
            aload 1 /* channelBuffer */
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Lio/netty/buffer/ByteBuf;)Lio/vertx/core/buffer/Buffer;
            invokevirtual io.vertx.core.http.impl.NettyFileUpload.receiveData:(Lio/vertx/core/buffer/Buffer;)V
         2: .line 140
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.NettyFileUpload.end:()V
         3: .line 141
            return
        end local 1 // io.netty.buffer.ByteBuf channelBuffer
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lio/vertx/core/http/impl/NettyFileUpload;
            0    4     1  channelBuffer  Lio/netty/buffer/ByteBuf;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      channelBuffer  

  public void addContent(io.netty.buffer.ByteBuf, boolean);
    descriptor: (Lio/netty/buffer/ByteBuf;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // io.netty.buffer.ByteBuf channelBuffer
        start local 2 // boolean last
         0: .line 145
            aload 0 /* this */
            aload 1 /* channelBuffer */
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Lio/netty/buffer/ByteBuf;)Lio/vertx/core/buffer/Buffer;
            invokevirtual io.vertx.core.http.impl.NettyFileUpload.receiveData:(Lio/vertx/core/buffer/Buffer;)V
         1: .line 146
            iload 2 /* last */
            ifeq 4
         2: .line 147
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.impl.NettyFileUpload.completed:Z
         3: .line 148
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.NettyFileUpload.end:()V
         4: .line 150
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean last
        end local 1 // io.netty.buffer.ByteBuf channelBuffer
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lio/vertx/core/http/impl/NettyFileUpload;
            0    5     1  channelBuffer  Lio/netty/buffer/ByteBuf;
            0    5     2           last  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      channelBuffer  
      last           

  public void setContent(java.io.File);
    descriptor: (Ljava/io/File;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // java.io.File file
         0: .line 154
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.io.File file
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;
            0    1     1  file  Ljava/io/File;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  

  public void setContent(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // java.io.InputStream inputStream
         0: .line 159
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.io.InputStream inputStream
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/core/http/impl/NettyFileUpload;
            0    1     1  inputStream  Ljava/io/InputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      inputStream  

  public boolean isCompleted();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 164
            aload 0 /* this */
            getfield io.vertx.core.http.impl.NettyFileUpload.completed:Z
            ireturn
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;

  public long length();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 169
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;

  public void delete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 174
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;

  public long definedLength();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 179
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;

  public void checkSize(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // long newSize
         0: .line 184
            aload 0 /* this */
            getfield io.vertx.core.http.impl.NettyFileUpload.maxSize:J
            lconst_0
            lcmp
            iflt 2
            lload 1 /* newSize */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.NettyFileUpload.maxSize:J
            lcmp
            ifle 2
         1: .line 185
            new java.io.IOException
            dup
            ldc "Size exceed allowed maximum capacity"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 187
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long newSize
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/core/http/impl/NettyFileUpload;
            0    3     1  newSize  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      newSize  

  public long getMaxSize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 191
            aload 0 /* this */
            getfield io.vertx.core.http.impl.NettyFileUpload.maxSize:J
            lreturn
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;

  public void setMaxSize(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // long maxSize
         0: .line 196
            aload 0 /* this */
            lload 1 /* maxSize */
            putfield io.vertx.core.http.impl.NettyFileUpload.maxSize:J
         1: .line 197
            return
        end local 1 // long maxSize
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/NettyFileUpload;
            0    2     1  maxSize  J
    MethodParameters:
         Name  Flags
      maxSize  

  public byte[] get();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 201
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;
    Exceptions:
      throws java.io.IOException

  public io.netty.buffer.ByteBuf getChunk(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // int i
         0: .line 206
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int i
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;
            0    1     1     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      i     

  public java.lang.String getString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 211
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;
    Exceptions:
      throws java.io.IOException

  public java.lang.String getString(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // java.nio.charset.Charset charset
         0: .line 216
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.nio.charset.Charset charset
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/NettyFileUpload;
            0    1     1  charset  Ljava/nio/charset/Charset;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      charset  

  public void setCharset(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // java.nio.charset.Charset charset
         0: .line 221
            aload 0 /* this */
            aload 1 /* charset */
            putfield io.vertx.core.http.impl.NettyFileUpload.charset:Ljava/nio/charset/Charset;
         1: .line 222
            return
        end local 1 // java.nio.charset.Charset charset
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/NettyFileUpload;
            0    2     1  charset  Ljava/nio/charset/Charset;
    MethodParameters:
         Name  Flags
      charset  

  public java.nio.charset.Charset getCharset();
    descriptor: ()Ljava/nio/charset/Charset;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 226
            aload 0 /* this */
            getfield io.vertx.core.http.impl.NettyFileUpload.charset:Ljava/nio/charset/Charset;
            areturn
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;

  public boolean renameTo(java.io.File);
    descriptor: (Ljava/io/File;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // java.io.File file
         0: .line 231
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.io.File file
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;
            0    1     1  file  Ljava/io/File;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  

  public boolean isInMemory();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 236
            iconst_0
            ireturn
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;

  public java.io.File getFile();
    descriptor: ()Ljava/io/File;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 241
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;
    Exceptions:
      throws java.io.IOException

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 246
            aload 0 /* this */
            getfield io.vertx.core.http.impl.NettyFileUpload.name:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;

  public io.netty.handler.codec.http.multipart.InterfaceHttpData$HttpDataType getHttpDataType();
    descriptor: ()Lio/netty/handler/codec/http/multipart/InterfaceHttpData$HttpDataType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 251
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;

  public int compareTo(io.netty.handler.codec.http.multipart.InterfaceHttpData);
    descriptor: (Lio/netty/handler/codec/http/multipart/InterfaceHttpData;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // io.netty.handler.codec.http.multipart.InterfaceHttpData o
         0: .line 256
            iconst_0
            ireturn
        end local 1 // io.netty.handler.codec.http.multipart.InterfaceHttpData o
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;
            0    1     1     o  Lio/netty/handler/codec/http/multipart/InterfaceHttpData;
    MethodParameters:
      Name  Flags
      o     

  public java.lang.String getFilename();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 261
            aload 0 /* this */
            getfield io.vertx.core.http.impl.NettyFileUpload.filename:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;

  public void setFilename(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // java.lang.String filename
         0: .line 266
            aload 0 /* this */
            aload 1 /* filename */
            putfield io.vertx.core.http.impl.NettyFileUpload.filename:Ljava/lang/String;
         1: .line 267
            return
        end local 1 // java.lang.String filename
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/http/impl/NettyFileUpload;
            0    2     1  filename  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      filename  

  public void setContentType(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // java.lang.String contentType
         0: .line 271
            aload 0 /* this */
            aload 1 /* contentType */
            putfield io.vertx.core.http.impl.NettyFileUpload.contentType:Ljava/lang/String;
         1: .line 272
            return
        end local 1 // java.lang.String contentType
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/core/http/impl/NettyFileUpload;
            0    2     1  contentType  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      contentType  

  public java.lang.String getContentType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 276
            aload 0 /* this */
            getfield io.vertx.core.http.impl.NettyFileUpload.contentType:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;

  public void setContentTransferEncoding(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // java.lang.String contentTransferEncoding
         0: .line 281
            aload 0 /* this */
            aload 1 /* contentTransferEncoding */
            putfield io.vertx.core.http.impl.NettyFileUpload.contentTransferEncoding:Ljava/lang/String;
         1: .line 282
            return
        end local 1 // java.lang.String contentTransferEncoding
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lio/vertx/core/http/impl/NettyFileUpload;
            0    2     1  contentTransferEncoding  Ljava/lang/String;
    MethodParameters:
                         Name  Flags
      contentTransferEncoding  

  public java.lang.String getContentTransferEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 286
            aload 0 /* this */
            getfield io.vertx.core.http.impl.NettyFileUpload.contentTransferEncoding:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;

  public io.netty.buffer.ByteBuf getByteBuf();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 291
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;
    Exceptions:
      throws java.io.IOException

  public io.netty.handler.codec.http.multipart.FileUpload copy();
    descriptor: ()Lio/netty/handler/codec/http/multipart/FileUpload;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 296
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;

  public io.netty.handler.codec.http.multipart.FileUpload duplicate();
    descriptor: ()Lio/netty/handler/codec/http/multipart/FileUpload;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 301
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;

  public io.netty.handler.codec.http.multipart.FileUpload retainedDuplicate();
    descriptor: ()Lio/netty/handler/codec/http/multipart/FileUpload;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 306
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;

  public io.netty.handler.codec.http.multipart.FileUpload replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/multipart/FileUpload;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // io.netty.buffer.ByteBuf content
         0: .line 311
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // io.netty.buffer.ByteBuf content
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/NettyFileUpload;
            0    1     1  content  Lio/netty/buffer/ByteBuf;
    MethodParameters:
         Name  Flags
      content  

  public io.netty.handler.codec.http.multipart.FileUpload retain();
    descriptor: ()Lio/netty/handler/codec/http/multipart/FileUpload;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 316
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;

  public io.netty.handler.codec.http.multipart.FileUpload retain(int);
    descriptor: (I)Lio/netty/handler/codec/http/multipart/FileUpload;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // int increment
         0: .line 321
            aload 0 /* this */
            areturn
        end local 1 // int increment
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/core/http/impl/NettyFileUpload;
            0    1     1  increment  I
    MethodParameters:
           Name  Flags
      increment  

  public io.netty.handler.codec.http.multipart.FileUpload touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/http/multipart/FileUpload;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // java.lang.Object hint
         0: .line 326
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object hint
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;
            0    1     1  hint  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      hint  

  public io.netty.handler.codec.http.multipart.FileUpload touch();
    descriptor: ()Lio/netty/handler/codec/http/multipart/FileUpload;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 331
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;

  public io.netty.buffer.ByteBuf content();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 336
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;

  public int refCnt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 341
            iconst_1
            ireturn
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;

  public boolean release();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
         0: .line 346
            iconst_0
            ireturn
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NettyFileUpload;

  public boolean release(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // int decrement
         0: .line 351
            iconst_0
            ireturn
        end local 1 // int decrement
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/core/http/impl/NettyFileUpload;
            0    1     1  decrement  I
    MethodParameters:
           Name  Flags
      decrement  

  public io.netty.buffer.ByteBufHolder duplicate();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    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.http.impl.NettyFileUpload.duplicate:()Lio/netty/handler/codec/http/multipart/FileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.multipart.HttpData duplicate();
    descriptor: ()Lio/netty/handler/codec/http/multipart/HttpData;
    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.http.impl.NettyFileUpload.duplicate:()Lio/netty/handler/codec/http/multipart/FileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.NettyFileUpload.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/multipart/FileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.multipart.HttpData replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/multipart/HttpData;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.NettyFileUpload.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/multipart/FileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.NettyFileUpload.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/NettyFileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.NettyFileUpload.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/NettyFileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream resume();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    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.http.impl.NettyFileUpload.resume:()Lio/vertx/core/http/impl/NettyFileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream handler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.Handler
            invokevirtual io.vertx.core.http.impl.NettyFileUpload.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/NettyFileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.handler.codec.http.multipart.InterfaceHttpData
            invokevirtual io.vertx.core.http.impl.NettyFileUpload.compareTo:(Lio/netty/handler/codec/http/multipart/InterfaceHttpData;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted touch();
    descriptor: ()Lio/netty/util/ReferenceCounted;
    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.http.impl.NettyFileUpload.touch:()Lio/netty/handler/codec/http/multipart/FileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.multipart.InterfaceHttpData touch();
    descriptor: ()Lio/netty/handler/codec/http/multipart/InterfaceHttpData;
    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.http.impl.NettyFileUpload.touch:()Lio/netty/handler/codec/http/multipart/FileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder touch();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    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.http.impl.NettyFileUpload.touch:()Lio/netty/handler/codec/http/multipart/FileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.multipart.HttpData touch();
    descriptor: ()Lio/netty/handler/codec/http/multipart/HttpData;
    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.http.impl.NettyFileUpload.touch:()Lio/netty/handler/codec/http/multipart/FileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.NettyFileUpload.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/http/multipart/FileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.multipart.InterfaceHttpData touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/http/multipart/InterfaceHttpData;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.NettyFileUpload.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/http/multipart/FileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.NettyFileUpload.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/http/multipart/FileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.multipart.HttpData touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/http/multipart/HttpData;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.NettyFileUpload.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/http/multipart/FileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder retainedDuplicate();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    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.http.impl.NettyFileUpload.retainedDuplicate:()Lio/netty/handler/codec/http/multipart/FileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.multipart.HttpData retainedDuplicate();
    descriptor: ()Lio/netty/handler/codec/http/multipart/HttpData;
    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.http.impl.NettyFileUpload.retainedDuplicate:()Lio/netty/handler/codec/http/multipart/FileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream pause();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    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.http.impl.NettyFileUpload.pause:()Lio/vertx/core/http/impl/NettyFileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder copy();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    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.http.impl.NettyFileUpload.copy:()Lio/netty/handler/codec/http/multipart/FileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.multipart.HttpData copy();
    descriptor: ()Lio/netty/handler/codec/http/multipart/HttpData;
    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.http.impl.NettyFileUpload.copy:()Lio/netty/handler/codec/http/multipart/FileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream endHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.NettyFileUpload.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/NettyFileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream fetch(long);
    descriptor: (J)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual io.vertx.core.http.impl.NettyFileUpload.fetch:(J)Lio/vertx/core/http/impl/NettyFileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted retain(int);
    descriptor: (I)Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.impl.NettyFileUpload.retain:(I)Lio/netty/handler/codec/http/multipart/FileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.multipart.InterfaceHttpData retain(int);
    descriptor: (I)Lio/netty/handler/codec/http/multipart/InterfaceHttpData;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.impl.NettyFileUpload.retain:(I)Lio/netty/handler/codec/http/multipart/FileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder retain(int);
    descriptor: (I)Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.impl.NettyFileUpload.retain:(I)Lio/netty/handler/codec/http/multipart/FileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.multipart.HttpData retain(int);
    descriptor: (I)Lio/netty/handler/codec/http/multipart/HttpData;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.impl.NettyFileUpload.retain:(I)Lio/netty/handler/codec/http/multipart/FileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted retain();
    descriptor: ()Lio/netty/util/ReferenceCounted;
    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.http.impl.NettyFileUpload.retain:()Lio/netty/handler/codec/http/multipart/FileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.multipart.InterfaceHttpData retain();
    descriptor: ()Lio/netty/handler/codec/http/multipart/InterfaceHttpData;
    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.http.impl.NettyFileUpload.retain:()Lio/netty/handler/codec/http/multipart/FileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder retain();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    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.http.impl.NettyFileUpload.retain:()Lio/netty/handler/codec/http/multipart/FileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.multipart.HttpData retain();
    descriptor: ()Lio/netty/handler/codec/http/multipart/HttpData;
    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.http.impl.NettyFileUpload.retain:()Lio/netty/handler/codec/http/multipart/FileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$0(io.vertx.core.http.HttpServerRequest, java.lang.Void);
    descriptor: (Lio/vertx/core/http/HttpServerRequest;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 1 // java.lang.Void v
         0: .line 55
            aload 0
            invokeinterface io.vertx.core.http.HttpServerRequest.resume:()Lio/vertx/core/http/HttpServerRequest;
            return
        end local 1 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     v  Ljava/lang/Void;

  private void lambda$1(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.NettyFileUpload this
        start local 1 // java.lang.Object buff
         0: .line 57
            aload 1 /* buff */
            getstatic io.vertx.core.streams.impl.InboundBuffer.END_SENTINEL:Ljava/lang/Object;
            if_acmpne 5
         1: .line 58
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.NettyFileUpload.endHandler:()Lio/vertx/core/Handler;
            astore 2 /* handler */
        start local 2 // io.vertx.core.Handler handler
         2: .line 59
            aload 2 /* handler */
            ifnull 8
         3: .line 60
            aload 2 /* handler */
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 2 // io.vertx.core.Handler handler
         4: .line 62
            goto 8
         5: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.NettyFileUpload.handler:()Lio/vertx/core/Handler;
            astore 2 /* handler */
        start local 2 // io.vertx.core.Handler handler
         6: .line 64
            aload 2 /* handler */
            ifnull 8
         7: .line 65
            aload 2 /* handler */
            aload 1 /* buff */
            checkcast io.vertx.core.buffer.Buffer
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 2 // io.vertx.core.Handler handler
         8: .line 68
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object buff
        end local 0 // io.vertx.core.http.impl.NettyFileUpload this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lio/vertx/core/http/impl/NettyFileUpload;
            0    9     1     buff  Ljava/lang/Object;
            2    4     2  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
            6    8     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
}
Signature: Ljava/lang/Object;Lio/netty/handler/codec/http/multipart/FileUpload;Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;
SourceFile: "NettyFileUpload.java"
InnerClasses:
  public final HttpDataType = io.netty.handler.codec.http.multipart.InterfaceHttpData$HttpDataType of io.netty.handler.codec.http.multipart.InterfaceHttpData
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles