class io.undertow.util.MultipartParser$IdentityEncoding implements io.undertow.util.MultipartParser$Encoding
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.undertow.util.MultipartParser$IdentityEncoding
super_class: java.lang.Object
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/undertow/util/MultipartParser$IdentityEncoding;
public void handle(io.undertow.util.MultipartParser$PartHandler, java.nio.ByteBuffer);
descriptor: (Lio/undertow/util/MultipartParser$PartHandler;Ljava/nio/ByteBuffer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
aload 2
invokeinterface io.undertow.util.MultipartParser$PartHandler.data:(Ljava/nio/ByteBuffer;)V
1: aload 2
invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/Buffer;
pop
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/undertow/util/MultipartParser$IdentityEncoding;
0 3 1 handler Lio/undertow/util/MultipartParser$PartHandler;
0 3 2 rawData Ljava/nio/ByteBuffer;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
handler final
rawData final
}
SourceFile: "MultipartParser.java"
NestHost: io.undertow.util.MultipartParser
InnerClasses:
private abstract Encoding = io.undertow.util.MultipartParser$Encoding of io.undertow.util.MultipartParser
private IdentityEncoding = io.undertow.util.MultipartParser$IdentityEncoding of io.undertow.util.MultipartParser
public abstract PartHandler = io.undertow.util.MultipartParser$PartHandler of io.undertow.util.MultipartParser