public class io.vertx.ext.web.impl.FileUploadImpl implements io.vertx.ext.web.FileUpload
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.impl.FileUploadImpl
  super_class: java.lang.Object
{
  private final java.lang.String uploadedFileName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(java.lang.String, io.vertx.core.http.HttpServerFileUpload);
    descriptor: (Ljava/lang/String;Lio/vertx/core/http/HttpServerFileUpload;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.impl.FileUploadImpl this
        start local 1 // java.lang.String uploadedFileName
        start local 2 // io.vertx.core.http.HttpServerFileUpload upload
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 31
            aload 0 /* this */
            aload 1 /* uploadedFileName */
            putfield io.vertx.ext.web.impl.FileUploadImpl.uploadedFileName:Ljava/lang/String;
         2: .line 32
            aload 0 /* this */
            aload 2 /* upload */
            putfield io.vertx.ext.web.impl.FileUploadImpl.upload:Lio/vertx/core/http/HttpServerFileUpload;
         3: .line 33
            return
        end local 2 // io.vertx.core.http.HttpServerFileUpload upload
        end local 1 // java.lang.String uploadedFileName
        end local 0 // io.vertx.ext.web.impl.FileUploadImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lio/vertx/ext/web/impl/FileUploadImpl;
            0    4     1  uploadedFileName  Ljava/lang/String;
            0    4     2            upload  Lio/vertx/core/http/HttpServerFileUpload;
    MethodParameters:
                  Name  Flags
      uploadedFileName  
      upload            

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

  public java.lang.String uploadedFileName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.FileUploadImpl this
         0: .line 42
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.FileUploadImpl.uploadedFileName:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.web.impl.FileUploadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/FileUploadImpl;

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

  public long size();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.FileUploadImpl this
         0: .line 52
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.FileUploadImpl.upload:Lio/vertx/core/http/HttpServerFileUpload;
            invokeinterface io.vertx.core.http.HttpServerFileUpload.size:()J
            lreturn
        end local 0 // io.vertx.ext.web.impl.FileUploadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/FileUploadImpl;

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

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

  public java.lang.String charSet();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.FileUploadImpl this
         0: .line 67
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.FileUploadImpl.upload:Lio/vertx/core/http/HttpServerFileUpload;
            invokeinterface io.vertx.core.http.HttpServerFileUpload.charset:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.web.impl.FileUploadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/FileUploadImpl;
}
SourceFile: "FileUploadImpl.java"