final class io.netty.handler.codec.compression.ByteBufChecksum$ReflectiveByteBufChecksum extends io.netty.handler.codec.compression.ByteBufChecksum$SlowByteBufChecksum
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.handler.codec.compression.ByteBufChecksum$ReflectiveByteBufChecksum
super_class: io.netty.handler.codec.compression.ByteBufChecksum$SlowByteBufChecksum
{
private final java.lang.reflect.Method method;
descriptor: Ljava/lang/reflect/Method;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(java.util.zip.Checksum, java.lang.reflect.Method);
descriptor: (Ljava/util/zip/Checksum;Ljava/lang/reflect/Method;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // io.netty.handler.codec.compression.ByteBufChecksum$ReflectiveByteBufChecksum this
start local 1 // java.util.zip.Checksum checksum
start local 2 // java.lang.reflect.Method method
0: .line 93
aload 0 /* this */
aload 1 /* checksum */
invokespecial io.netty.handler.codec.compression.ByteBufChecksum$SlowByteBufChecksum.<init>:(Ljava/util/zip/Checksum;)V
1: .line 94
aload 0 /* this */
aload 2 /* method */
putfield io.netty.handler.codec.compression.ByteBufChecksum$ReflectiveByteBufChecksum.method:Ljava/lang/reflect/Method;
2: .line 95
return
end local 2 // java.lang.reflect.Method method
end local 1 // java.util.zip.Checksum checksum
end local 0 // io.netty.handler.codec.compression.ByteBufChecksum$ReflectiveByteBufChecksum this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/compression/ByteBufChecksum$ReflectiveByteBufChecksum;
0 3 1 checksum Ljava/util/zip/Checksum;
0 3 2 method Ljava/lang/reflect/Method;
MethodParameters:
Name Flags
checksum
method
public void update(io.netty.buffer.ByteBuf, int, int);
descriptor: (Lio/netty/buffer/ByteBuf;II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=4
start local 0 // io.netty.handler.codec.compression.ByteBufChecksum$ReflectiveByteBufChecksum this
start local 1 // io.netty.buffer.ByteBuf b
start local 2 // int off
start local 3 // int len
0: .line 99
aload 1 /* b */
invokevirtual io.netty.buffer.ByteBuf.hasArray:()Z
ifeq 3
1: .line 100
aload 0 /* this */
aload 1 /* b */
invokevirtual io.netty.buffer.ByteBuf.array:()[B
aload 1 /* b */
invokevirtual io.netty.buffer.ByteBuf.arrayOffset:()I
iload 2 /* off */
iadd
iload 3 /* len */
invokevirtual io.netty.handler.codec.compression.ByteBufChecksum$ReflectiveByteBufChecksum.update:([BII)V
2: .line 101
goto 7
3: .line 103
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield io.netty.handler.codec.compression.ByteBufChecksum$ReflectiveByteBufChecksum.method:Ljava/lang/reflect/Method;
aload 0 /* this */
getfield io.netty.handler.codec.compression.ByteBufChecksum$ReflectiveByteBufChecksum.checksum:Ljava/util/zip/Checksum;
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 1 /* b */
invokestatic io.netty.handler.codec.compression.CompressionUtil.safeNioBuffer:(Lio/netty/buffer/ByteBuf;)Ljava/nio/ByteBuffer;
aastore
invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
pop
4: .line 104
goto 7
StackMap locals:
StackMap stack: java.lang.Throwable
5: pop
6: .line 105
new java.lang.Error
dup
invokespecial java.lang.Error.<init>:()V
athrow
7: .line 108
StackMap locals:
StackMap stack:
return
end local 3 // int len
end local 2 // int off
end local 1 // io.netty.buffer.ByteBuf b
end local 0 // io.netty.handler.codec.compression.ByteBufChecksum$ReflectiveByteBufChecksum this
LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/netty/handler/codec/compression/ByteBufChecksum$ReflectiveByteBufChecksum;
0 8 1 b Lio/netty/buffer/ByteBuf;
0 8 2 off I
0 8 3 len I
Exception table:
from to target type
3 4 5 Class java.lang.Throwable
MethodParameters:
Name Flags
b
off
len
}
SourceFile: "ByteBufChecksum.java"
NestHost: io.netty.handler.codec.compression.ByteBufChecksum
InnerClasses:
private final ReflectiveByteBufChecksum = io.netty.handler.codec.compression.ByteBufChecksum$ReflectiveByteBufChecksum of io.netty.handler.codec.compression.ByteBufChecksum
private SlowByteBufChecksum = io.netty.handler.codec.compression.ByteBufChecksum$SlowByteBufChecksum of io.netty.handler.codec.compression.ByteBufChecksum