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 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.vertx.ext.web.impl.FileUploadImpl.uploadedFileName:Ljava/lang/String;
2: aload 0
aload 2
putfield io.vertx.ext.web.impl.FileUploadImpl.upload:Lio/vertx/core/http/HttpServerFileUpload;
3: return
end local 2 end local 1 end local 0 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 0: aload 0
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 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 0: aload 0
getfield io.vertx.ext.web.impl.FileUploadImpl.uploadedFileName:Ljava/lang/String;
areturn
end local 0 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 0: aload 0
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 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 0: aload 0
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 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 0: aload 0
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 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 0: aload 0
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 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 0: aload 0
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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/ext/web/impl/FileUploadImpl;
public boolean cancel();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.ext.web.impl.FileUploadImpl.upload:Lio/vertx/core/http/HttpServerFileUpload;
invokeinterface io.vertx.core.http.HttpServerFileUpload.cancelStreamToFileSystem:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/ext/web/impl/FileUploadImpl;
}
SourceFile: "FileUploadImpl.java"