class io.netty.buffer.WrappedCompositeByteBuf extends io.netty.buffer.CompositeByteBuf
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.buffer.WrappedCompositeByteBuf
super_class: io.netty.buffer.CompositeByteBuf
{
private final io.netty.buffer.CompositeByteBuf wrapped;
descriptor: Lio/netty/buffer/CompositeByteBuf;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(io.netty.buffer.CompositeByteBuf);
descriptor: (Lio/netty/buffer/CompositeByteBuf;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual io.netty.buffer.CompositeByteBuf.alloc:()Lio/netty/buffer/ByteBufAllocator;
invokespecial io.netty.buffer.CompositeByteBuf.<init>:(Lio/netty/buffer/ByteBufAllocator;)V
1: aload 0
aload 1
putfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 3 1 wrapped Lio/netty/buffer/CompositeByteBuf;
MethodParameters:
Name Flags
wrapped
public boolean release();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.release:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public boolean release(int);
descriptor: (I)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.release:(I)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 decrement I
MethodParameters:
Name Flags
decrement
public final int maxCapacity();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.maxCapacity:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final int readerIndex();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.readerIndex:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final int writerIndex();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.writerIndex:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final boolean isReadable();
descriptor: ()Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.isReadable:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final boolean isReadable(int);
descriptor: (I)Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.isReadable:(I)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 numBytes I
MethodParameters:
Name Flags
numBytes
public final boolean isWritable();
descriptor: ()Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.isWritable:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final boolean isWritable(int);
descriptor: (I)Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.isWritable:(I)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 numBytes I
MethodParameters:
Name Flags
numBytes
public final int readableBytes();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.readableBytes:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final int writableBytes();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.writableBytes:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final int maxWritableBytes();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.maxWritableBytes:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public int ensureWritable(int, boolean);
descriptor: (IZ)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.ensureWritable:(IZ)I
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 minWritableBytes I
0 1 2 force Z
MethodParameters:
Name Flags
minWritableBytes
force
public io.netty.buffer.ByteBuf order(java.nio.ByteOrder);
descriptor: (Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
invokevirtual io.netty.buffer.CompositeByteBuf.order:(Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 endianness Ljava/nio/ByteOrder;
MethodParameters:
Name Flags
endianness
public boolean getBoolean(int);
descriptor: (I)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.getBoolean:(I)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public short getUnsignedByte(int);
descriptor: (I)S
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.getUnsignedByte:(I)S
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public short getShort(int);
descriptor: (I)S
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.getShort:(I)S
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public short getShortLE(int);
descriptor: (I)S
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.getShortLE:(I)S
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public int getUnsignedShort(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.getUnsignedShort:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public int getUnsignedShortLE(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.getUnsignedShortLE:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public int getUnsignedMedium(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.getUnsignedMedium:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public int getUnsignedMediumLE(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.getUnsignedMediumLE:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public int getMedium(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.getMedium:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public int getMediumLE(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.getMediumLE:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public int getInt(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.getInt:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public int getIntLE(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.getIntLE:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public long getUnsignedInt(int);
descriptor: (I)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.getUnsignedInt:(I)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public long getUnsignedIntLE(int);
descriptor: (I)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.getUnsignedIntLE:(I)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public long getLong(int);
descriptor: (I)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.getLong:(I)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public long getLongLE(int);
descriptor: (I)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.getLongLE:(I)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public char getChar(int);
descriptor: (I)C
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.getChar:(I)C
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public float getFloat(int);
descriptor: (I)F
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.getFloat:(I)F
freturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public double getDouble(int);
descriptor: (I)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.getDouble:(I)D
dreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public io.netty.buffer.ByteBuf setShortLE(int, int);
descriptor: (II)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.setShortLE:(II)Lio/netty/buffer/ByteBuf;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
0 1 2 value I
MethodParameters:
Name Flags
index
value
public io.netty.buffer.ByteBuf setMediumLE(int, int);
descriptor: (II)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.setMediumLE:(II)Lio/netty/buffer/ByteBuf;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
0 1 2 value I
MethodParameters:
Name Flags
index
value
public io.netty.buffer.ByteBuf setIntLE(int, int);
descriptor: (II)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.setIntLE:(II)Lio/netty/buffer/ByteBuf;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
0 1 2 value I
MethodParameters:
Name Flags
index
value
public io.netty.buffer.ByteBuf setLongLE(int, long);
descriptor: (IJ)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
lload 2
invokevirtual io.netty.buffer.CompositeByteBuf.setLongLE:(IJ)Lio/netty/buffer/ByteBuf;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
0 1 2 value J
MethodParameters:
Name Flags
index
value
public byte readByte();
descriptor: ()B
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.readByte:()B
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public boolean readBoolean();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.readBoolean:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public short readUnsignedByte();
descriptor: ()S
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.readUnsignedByte:()S
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public short readShort();
descriptor: ()S
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.readShort:()S
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public short readShortLE();
descriptor: ()S
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.readShortLE:()S
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public int readUnsignedShort();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.readUnsignedShort:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public int readUnsignedShortLE();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.readUnsignedShortLE:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public int readMedium();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.readMedium:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public int readMediumLE();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.readMediumLE:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public int readUnsignedMedium();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.readUnsignedMedium:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public int readUnsignedMediumLE();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.readUnsignedMediumLE:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public int readInt();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.readInt:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public int readIntLE();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.readIntLE:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public long readUnsignedInt();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.readUnsignedInt:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public long readUnsignedIntLE();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.readUnsignedIntLE:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public long readLong();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.readLong:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public long readLongLE();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.readLongLE:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public char readChar();
descriptor: ()C
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.readChar:()C
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public float readFloat();
descriptor: ()F
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.readFloat:()F
freturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public double readDouble();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.readDouble:()D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public io.netty.buffer.ByteBuf readBytes(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.readBytes:(I)Lio/netty/buffer/ByteBuf;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 length I
MethodParameters:
Name Flags
length
public io.netty.buffer.ByteBuf slice();
descriptor: ()Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.slice:()Lio/netty/buffer/ByteBuf;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public io.netty.buffer.ByteBuf retainedSlice();
descriptor: ()Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.retainedSlice:()Lio/netty/buffer/ByteBuf;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public io.netty.buffer.ByteBuf slice(int, int);
descriptor: (II)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.slice:(II)Lio/netty/buffer/ByteBuf;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
0 1 2 length I
MethodParameters:
Name Flags
index
length
public io.netty.buffer.ByteBuf retainedSlice(int, int);
descriptor: (II)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.retainedSlice:(II)Lio/netty/buffer/ByteBuf;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
0 1 2 length I
MethodParameters:
Name Flags
index
length
public java.nio.ByteBuffer nioBuffer();
descriptor: ()Ljava/nio/ByteBuffer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.nioBuffer:()Ljava/nio/ByteBuffer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public java.lang.String toString(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 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
invokevirtual io.netty.buffer.CompositeByteBuf.toString:(Ljava/nio/charset/Charset;)Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 charset Ljava/nio/charset/Charset;
MethodParameters:
Name Flags
charset
public java.lang.String toString(int, int, java.nio.charset.Charset);
descriptor: (IILjava/nio/charset/Charset;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
aload 3
invokevirtual io.netty.buffer.CompositeByteBuf.toString:(IILjava/nio/charset/Charset;)Ljava/lang/String;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
0 1 2 length I
0 1 3 charset Ljava/nio/charset/Charset;
MethodParameters:
Name Flags
index
length
charset
public int indexOf(int, int, byte);
descriptor: (IIB)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
iload 3
invokevirtual io.netty.buffer.CompositeByteBuf.indexOf:(IIB)I
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 fromIndex I
0 1 2 toIndex I
0 1 3 value B
MethodParameters:
Name Flags
fromIndex
toIndex
value
public int bytesBefore(byte);
descriptor: (B)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.bytesBefore:(B)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 value B
MethodParameters:
Name Flags
value
public int bytesBefore(int, byte);
descriptor: (IB)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.bytesBefore:(IB)I
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 length I
0 1 2 value B
MethodParameters:
Name Flags
length
value
public int bytesBefore(int, int, byte);
descriptor: (IIB)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
iload 3
invokevirtual io.netty.buffer.CompositeByteBuf.bytesBefore:(IIB)I
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
0 1 2 length I
0 1 3 value B
MethodParameters:
Name Flags
index
length
value
public int forEachByte(io.netty.util.ByteProcessor);
descriptor: (Lio/netty/util/ByteProcessor;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
invokevirtual io.netty.buffer.CompositeByteBuf.forEachByte:(Lio/netty/util/ByteProcessor;)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 processor Lio/netty/util/ByteProcessor;
MethodParameters:
Name Flags
processor
public int forEachByte(int, int, io.netty.util.ByteProcessor);
descriptor: (IILio/netty/util/ByteProcessor;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
aload 3
invokevirtual io.netty.buffer.CompositeByteBuf.forEachByte:(IILio/netty/util/ByteProcessor;)I
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
0 1 2 length I
0 1 3 processor Lio/netty/util/ByteProcessor;
MethodParameters:
Name Flags
index
length
processor
public int forEachByteDesc(io.netty.util.ByteProcessor);
descriptor: (Lio/netty/util/ByteProcessor;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
invokevirtual io.netty.buffer.CompositeByteBuf.forEachByteDesc:(Lio/netty/util/ByteProcessor;)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 processor Lio/netty/util/ByteProcessor;
MethodParameters:
Name Flags
processor
public int forEachByteDesc(int, int, io.netty.util.ByteProcessor);
descriptor: (IILio/netty/util/ByteProcessor;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
aload 3
invokevirtual io.netty.buffer.CompositeByteBuf.forEachByteDesc:(IILio/netty/util/ByteProcessor;)I
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
0 1 2 length I
0 1 3 processor Lio/netty/util/ByteProcessor;
MethodParameters:
Name Flags
index
length
processor
public final int hashCode();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.hashCode:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
invokevirtual io.netty.buffer.CompositeByteBuf.equals:(Ljava/lang/Object;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 o Ljava/lang/Object;
MethodParameters:
Name Flags
o
public final int compareTo(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
invokevirtual io.netty.buffer.CompositeByteBuf.compareTo:(Lio/netty/buffer/ByteBuf;)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 that Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
that
public final int refCnt();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.refCnt:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public io.netty.buffer.ByteBuf duplicate();
descriptor: ()Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.duplicate:()Lio/netty/buffer/ByteBuf;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public io.netty.buffer.ByteBuf retainedDuplicate();
descriptor: ()Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.retainedDuplicate:()Lio/netty/buffer/ByteBuf;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public io.netty.buffer.ByteBuf readSlice(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.readSlice:(I)Lio/netty/buffer/ByteBuf;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 length I
MethodParameters:
Name Flags
length
public io.netty.buffer.ByteBuf readRetainedSlice(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.readRetainedSlice:(I)Lio/netty/buffer/ByteBuf;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 length I
MethodParameters:
Name Flags
length
public int readBytes(java.nio.channels.GatheringByteChannel, int);
descriptor: (Ljava/nio/channels/GatheringByteChannel;I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.readBytes:(Ljava/nio/channels/GatheringByteChannel;I)I
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 out Ljava/nio/channels/GatheringByteChannel;
0 1 2 length I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
out
length
public io.netty.buffer.ByteBuf writeShortLE(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.writeShortLE:(I)Lio/netty/buffer/ByteBuf;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 value I
MethodParameters:
Name Flags
value
public io.netty.buffer.ByteBuf writeMediumLE(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.writeMediumLE:(I)Lio/netty/buffer/ByteBuf;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 value I
MethodParameters:
Name Flags
value
public io.netty.buffer.ByteBuf writeIntLE(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.writeIntLE:(I)Lio/netty/buffer/ByteBuf;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 value I
MethodParameters:
Name Flags
value
public io.netty.buffer.ByteBuf writeLongLE(long);
descriptor: (J)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
lload 1
invokevirtual io.netty.buffer.CompositeByteBuf.writeLongLE:(J)Lio/netty/buffer/ByteBuf;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 value J
MethodParameters:
Name Flags
value
public int writeBytes(java.io.InputStream, int);
descriptor: (Ljava/io/InputStream;I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.writeBytes:(Ljava/io/InputStream;I)I
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 in Ljava/io/InputStream;
0 1 2 length I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
in
length
public int writeBytes(java.nio.channels.ScatteringByteChannel, int);
descriptor: (Ljava/nio/channels/ScatteringByteChannel;I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.writeBytes:(Ljava/nio/channels/ScatteringByteChannel;I)I
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 in Ljava/nio/channels/ScatteringByteChannel;
0 1 2 length I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
in
length
public io.netty.buffer.ByteBuf copy();
descriptor: ()Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.copy:()Lio/netty/buffer/ByteBuf;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public io.netty.buffer.CompositeByteBuf addComponent(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
invokevirtual io.netty.buffer.CompositeByteBuf.addComponent:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 buffer Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
buffer
public io.netty.buffer.CompositeByteBuf addComponents(io.netty.buffer.ByteBuf[]);
descriptor: ([Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
invokevirtual io.netty.buffer.CompositeByteBuf.addComponents:([Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 buffers [Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
buffers
public io.netty.buffer.CompositeByteBuf addComponents(java.lang.Iterable<io.netty.buffer.ByteBuf>);
descriptor: (Ljava/lang/Iterable;)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
invokevirtual io.netty.buffer.CompositeByteBuf.addComponents:(Ljava/lang/Iterable;)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 buffers Ljava/lang/Iterable<Lio/netty/buffer/ByteBuf;>;
Signature: (Ljava/lang/Iterable<Lio/netty/buffer/ByteBuf;>;)Lio/netty/buffer/CompositeByteBuf;
MethodParameters:
Name Flags
buffers
public io.netty.buffer.CompositeByteBuf addComponent(int, io.netty.buffer.ByteBuf);
descriptor: (ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
invokevirtual io.netty.buffer.CompositeByteBuf.addComponent:(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 cIndex I
0 2 2 buffer Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
cIndex
buffer
public io.netty.buffer.CompositeByteBuf addComponents(int, io.netty.buffer.ByteBuf[]);
descriptor: (I[Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
invokevirtual io.netty.buffer.CompositeByteBuf.addComponents:(I[Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 cIndex I
0 2 2 buffers [Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
cIndex
buffers
public io.netty.buffer.CompositeByteBuf addComponents(int, java.lang.Iterable<io.netty.buffer.ByteBuf>);
descriptor: (ILjava/lang/Iterable;)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
invokevirtual io.netty.buffer.CompositeByteBuf.addComponents:(ILjava/lang/Iterable;)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 cIndex I
0 2 2 buffers Ljava/lang/Iterable<Lio/netty/buffer/ByteBuf;>;
Signature: (ILjava/lang/Iterable<Lio/netty/buffer/ByteBuf;>;)Lio/netty/buffer/CompositeByteBuf;
MethodParameters:
Name Flags
cIndex
buffers
public io.netty.buffer.CompositeByteBuf addComponent(boolean, io.netty.buffer.ByteBuf);
descriptor: (ZLio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
invokevirtual io.netty.buffer.CompositeByteBuf.addComponent:(ZLio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 increaseWriterIndex Z
0 2 2 buffer Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
increaseWriterIndex
buffer
public io.netty.buffer.CompositeByteBuf addComponents(boolean, io.netty.buffer.ByteBuf[]);
descriptor: (Z[Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
invokevirtual io.netty.buffer.CompositeByteBuf.addComponents:(Z[Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 increaseWriterIndex Z
0 2 2 buffers [Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
increaseWriterIndex
buffers
public io.netty.buffer.CompositeByteBuf addComponents(boolean, java.lang.Iterable<io.netty.buffer.ByteBuf>);
descriptor: (ZLjava/lang/Iterable;)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
invokevirtual io.netty.buffer.CompositeByteBuf.addComponents:(ZLjava/lang/Iterable;)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 increaseWriterIndex Z
0 2 2 buffers Ljava/lang/Iterable<Lio/netty/buffer/ByteBuf;>;
Signature: (ZLjava/lang/Iterable<Lio/netty/buffer/ByteBuf;>;)Lio/netty/buffer/CompositeByteBuf;
MethodParameters:
Name Flags
increaseWriterIndex
buffers
public io.netty.buffer.CompositeByteBuf addComponent(boolean, int, io.netty.buffer.ByteBuf);
descriptor: (ZILio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
aload 3
invokevirtual io.netty.buffer.CompositeByteBuf.addComponent:(ZILio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 increaseWriterIndex Z
0 2 2 cIndex I
0 2 3 buffer Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
increaseWriterIndex
cIndex
buffer
public io.netty.buffer.CompositeByteBuf removeComponent(int);
descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.removeComponent:(I)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 cIndex I
MethodParameters:
Name Flags
cIndex
public io.netty.buffer.CompositeByteBuf removeComponents(int, int);
descriptor: (II)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.removeComponents:(II)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 cIndex I
0 2 2 numComponents I
MethodParameters:
Name Flags
cIndex
numComponents
public java.util.Iterator<io.netty.buffer.ByteBuf> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.iterator:()Ljava/util/Iterator;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
Signature: ()Ljava/util/Iterator<Lio/netty/buffer/ByteBuf;>;
public java.util.List<io.netty.buffer.ByteBuf> decompose(int, int);
descriptor: (II)Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.decompose:(II)Ljava/util/List;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 offset I
0 1 2 length I
Signature: (II)Ljava/util/List<Lio/netty/buffer/ByteBuf;>;
MethodParameters:
Name Flags
offset
length
public final boolean isDirect();
descriptor: ()Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.isDirect:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final boolean hasArray();
descriptor: ()Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.hasArray:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final byte[] array();
descriptor: ()[B
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.array:()[B
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final int arrayOffset();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.arrayOffset:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final boolean hasMemoryAddress();
descriptor: ()Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.hasMemoryAddress:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final long memoryAddress();
descriptor: ()J
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.memoryAddress:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final int capacity();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.capacity:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public io.netty.buffer.CompositeByteBuf capacity(int);
descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.capacity:(I)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 newCapacity I
MethodParameters:
Name Flags
newCapacity
public final io.netty.buffer.ByteBufAllocator alloc();
descriptor: ()Lio/netty/buffer/ByteBufAllocator;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.alloc:()Lio/netty/buffer/ByteBufAllocator;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final java.nio.ByteOrder order();
descriptor: ()Ljava/nio/ByteOrder;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.order:()Ljava/nio/ByteOrder;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final int numComponents();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.numComponents:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final int maxNumComponents();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.maxNumComponents:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final int toComponentIndex(int);
descriptor: (I)I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.toComponentIndex:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 offset I
MethodParameters:
Name Flags
offset
public final int toByteIndex(int);
descriptor: (I)I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.toByteIndex:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 cIndex I
MethodParameters:
Name Flags
cIndex
public byte getByte(int);
descriptor: (I)B
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.getByte:(I)B
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected final byte _getByte(int);
descriptor: (I)B
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf._getByte:(I)B
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected final short _getShort(int);
descriptor: (I)S
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf._getShort:(I)S
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected final short _getShortLE(int);
descriptor: (I)S
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf._getShortLE:(I)S
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected final int _getUnsignedMedium(int);
descriptor: (I)I
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf._getUnsignedMedium:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected final int _getUnsignedMediumLE(int);
descriptor: (I)I
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf._getUnsignedMediumLE:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected final int _getInt(int);
descriptor: (I)I
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf._getInt:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected final int _getIntLE(int);
descriptor: (I)I
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf._getIntLE:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected final long _getLong(int);
descriptor: (I)J
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf._getLong:(I)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected final long _getLongLE(int);
descriptor: (I)J
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf._getLongLE:(I)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public io.netty.buffer.CompositeByteBuf getBytes(int, byte[], int, int);
descriptor: (I[BII)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
iload 3
iload 4
invokevirtual io.netty.buffer.CompositeByteBuf.getBytes:(I[BII)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 dst [B
0 2 3 dstIndex I
0 2 4 length I
MethodParameters:
Name Flags
index
dst
dstIndex
length
public io.netty.buffer.CompositeByteBuf getBytes(int, java.nio.ByteBuffer);
descriptor: (ILjava/nio/ByteBuffer;)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
invokevirtual io.netty.buffer.CompositeByteBuf.getBytes:(ILjava/nio/ByteBuffer;)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 dst Ljava/nio/ByteBuffer;
MethodParameters:
Name Flags
index
dst
public io.netty.buffer.CompositeByteBuf getBytes(int, io.netty.buffer.ByteBuf, int, int);
descriptor: (ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
iload 3
iload 4
invokevirtual io.netty.buffer.CompositeByteBuf.getBytes:(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 dst Lio/netty/buffer/ByteBuf;
0 2 3 dstIndex I
0 2 4 length I
MethodParameters:
Name Flags
index
dst
dstIndex
length
public int getBytes(int, java.nio.channels.GatheringByteChannel, int);
descriptor: (ILjava/nio/channels/GatheringByteChannel;I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
iload 3
invokevirtual io.netty.buffer.CompositeByteBuf.getBytes:(ILjava/nio/channels/GatheringByteChannel;I)I
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
0 1 2 out Ljava/nio/channels/GatheringByteChannel;
0 1 3 length I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
index
out
length
public io.netty.buffer.CompositeByteBuf getBytes(int, java.io.OutputStream, int);
descriptor: (ILjava/io/OutputStream;I)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
iload 3
invokevirtual io.netty.buffer.CompositeByteBuf.getBytes:(ILjava/io/OutputStream;I)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 out Ljava/io/OutputStream;
0 2 3 length I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
index
out
length
public io.netty.buffer.CompositeByteBuf setByte(int, int);
descriptor: (II)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.setByte:(II)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
protected final void _setByte(int, int);
descriptor: (II)V
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf._setByte:(II)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
public io.netty.buffer.CompositeByteBuf setShort(int, int);
descriptor: (II)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.setShort:(II)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
protected final void _setShort(int, int);
descriptor: (II)V
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf._setShort:(II)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
protected final void _setShortLE(int, int);
descriptor: (II)V
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf._setShortLE:(II)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
public io.netty.buffer.CompositeByteBuf setMedium(int, int);
descriptor: (II)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.setMedium:(II)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
protected final void _setMedium(int, int);
descriptor: (II)V
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf._setMedium:(II)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
protected final void _setMediumLE(int, int);
descriptor: (II)V
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf._setMediumLE:(II)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
public io.netty.buffer.CompositeByteBuf setInt(int, int);
descriptor: (II)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.setInt:(II)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
protected final void _setInt(int, int);
descriptor: (II)V
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf._setInt:(II)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
protected final void _setIntLE(int, int);
descriptor: (II)V
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf._setIntLE:(II)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
public io.netty.buffer.CompositeByteBuf setLong(int, long);
descriptor: (IJ)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
lload 2
invokevirtual io.netty.buffer.CompositeByteBuf.setLong:(IJ)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 value J
MethodParameters:
Name Flags
index
value
protected final void _setLong(int, long);
descriptor: (IJ)V
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
lload 2
invokevirtual io.netty.buffer.CompositeByteBuf._setLong:(IJ)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 value J
MethodParameters:
Name Flags
index
value
protected final void _setLongLE(int, long);
descriptor: (IJ)V
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
lload 2
invokevirtual io.netty.buffer.CompositeByteBuf._setLongLE:(IJ)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 value J
MethodParameters:
Name Flags
index
value
public io.netty.buffer.CompositeByteBuf setBytes(int, byte[], int, int);
descriptor: (I[BII)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
iload 3
iload 4
invokevirtual io.netty.buffer.CompositeByteBuf.setBytes:(I[BII)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 src [B
0 2 3 srcIndex I
0 2 4 length I
MethodParameters:
Name Flags
index
src
srcIndex
length
public io.netty.buffer.CompositeByteBuf setBytes(int, java.nio.ByteBuffer);
descriptor: (ILjava/nio/ByteBuffer;)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
invokevirtual io.netty.buffer.CompositeByteBuf.setBytes:(ILjava/nio/ByteBuffer;)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 src Ljava/nio/ByteBuffer;
MethodParameters:
Name Flags
index
src
public io.netty.buffer.CompositeByteBuf setBytes(int, io.netty.buffer.ByteBuf, int, int);
descriptor: (ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
iload 3
iload 4
invokevirtual io.netty.buffer.CompositeByteBuf.setBytes:(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 src Lio/netty/buffer/ByteBuf;
0 2 3 srcIndex I
0 2 4 length I
MethodParameters:
Name Flags
index
src
srcIndex
length
public int setBytes(int, java.io.InputStream, int);
descriptor: (ILjava/io/InputStream;I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
iload 3
invokevirtual io.netty.buffer.CompositeByteBuf.setBytes:(ILjava/io/InputStream;I)I
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
0 1 2 in Ljava/io/InputStream;
0 1 3 length I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
index
in
length
public int setBytes(int, java.nio.channels.ScatteringByteChannel, int);
descriptor: (ILjava/nio/channels/ScatteringByteChannel;I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
iload 3
invokevirtual io.netty.buffer.CompositeByteBuf.setBytes:(ILjava/nio/channels/ScatteringByteChannel;I)I
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
0 1 2 in Ljava/nio/channels/ScatteringByteChannel;
0 1 3 length I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
index
in
length
public io.netty.buffer.ByteBuf copy(int, int);
descriptor: (II)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.copy:(II)Lio/netty/buffer/ByteBuf;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
0 1 2 length I
MethodParameters:
Name Flags
index
length
public final io.netty.buffer.ByteBuf component(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.component:(I)Lio/netty/buffer/ByteBuf;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 cIndex I
MethodParameters:
Name Flags
cIndex
public final io.netty.buffer.ByteBuf componentAtOffset(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.componentAtOffset:(I)Lio/netty/buffer/ByteBuf;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 offset I
MethodParameters:
Name Flags
offset
public final io.netty.buffer.ByteBuf internalComponent(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.internalComponent:(I)Lio/netty/buffer/ByteBuf;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 cIndex I
MethodParameters:
Name Flags
cIndex
public final io.netty.buffer.ByteBuf internalComponentAtOffset(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.internalComponentAtOffset:(I)Lio/netty/buffer/ByteBuf;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 offset I
MethodParameters:
Name Flags
offset
public int nioBufferCount();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.nioBufferCount:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public java.nio.ByteBuffer internalNioBuffer(int, int);
descriptor: (II)Ljava/nio/ByteBuffer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.internalNioBuffer:(II)Ljava/nio/ByteBuffer;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
0 1 2 length I
MethodParameters:
Name Flags
index
length
public java.nio.ByteBuffer nioBuffer(int, int);
descriptor: (II)Ljava/nio/ByteBuffer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.nioBuffer:(II)Ljava/nio/ByteBuffer;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
0 1 2 length I
MethodParameters:
Name Flags
index
length
public java.nio.ByteBuffer[] nioBuffers(int, int);
descriptor: (II)[Ljava/nio/ByteBuffer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.nioBuffers:(II)[Ljava/nio/ByteBuffer;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
0 1 2 length I
MethodParameters:
Name Flags
index
length
public io.netty.buffer.CompositeByteBuf consolidate();
descriptor: ()Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.consolidate:()Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public io.netty.buffer.CompositeByteBuf consolidate(int, int);
descriptor: (II)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.consolidate:(II)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 cIndex I
0 2 2 numComponents I
MethodParameters:
Name Flags
cIndex
numComponents
public io.netty.buffer.CompositeByteBuf discardReadComponents();
descriptor: ()Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.discardReadComponents:()Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public io.netty.buffer.CompositeByteBuf discardReadBytes();
descriptor: ()Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.discardReadBytes:()Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final io.netty.buffer.CompositeByteBuf readerIndex(int);
descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.readerIndex:(I)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 readerIndex I
MethodParameters:
Name Flags
readerIndex
public final io.netty.buffer.CompositeByteBuf writerIndex(int);
descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.writerIndex:(I)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 writerIndex I
MethodParameters:
Name Flags
writerIndex
public final io.netty.buffer.CompositeByteBuf setIndex(int, int);
descriptor: (II)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.setIndex:(II)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 readerIndex I
0 2 2 writerIndex I
MethodParameters:
Name Flags
readerIndex
writerIndex
public final io.netty.buffer.CompositeByteBuf clear();
descriptor: ()Lio/netty/buffer/CompositeByteBuf;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.clear:()Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final io.netty.buffer.CompositeByteBuf markReaderIndex();
descriptor: ()Lio/netty/buffer/CompositeByteBuf;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.markReaderIndex:()Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final io.netty.buffer.CompositeByteBuf resetReaderIndex();
descriptor: ()Lio/netty/buffer/CompositeByteBuf;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.resetReaderIndex:()Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final io.netty.buffer.CompositeByteBuf markWriterIndex();
descriptor: ()Lio/netty/buffer/CompositeByteBuf;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.markWriterIndex:()Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final io.netty.buffer.CompositeByteBuf resetWriterIndex();
descriptor: ()Lio/netty/buffer/CompositeByteBuf;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.resetWriterIndex:()Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public io.netty.buffer.CompositeByteBuf ensureWritable(int);
descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.ensureWritable:(I)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 minWritableBytes I
MethodParameters:
Name Flags
minWritableBytes
public io.netty.buffer.CompositeByteBuf getBytes(int, io.netty.buffer.ByteBuf);
descriptor: (ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
invokevirtual io.netty.buffer.CompositeByteBuf.getBytes:(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 dst Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
index
dst
public io.netty.buffer.CompositeByteBuf getBytes(int, io.netty.buffer.ByteBuf, int);
descriptor: (ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
iload 3
invokevirtual io.netty.buffer.CompositeByteBuf.getBytes:(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 dst Lio/netty/buffer/ByteBuf;
0 2 3 length I
MethodParameters:
Name Flags
index
dst
length
public io.netty.buffer.CompositeByteBuf getBytes(int, byte[]);
descriptor: (I[B)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
invokevirtual io.netty.buffer.CompositeByteBuf.getBytes:(I[B)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 dst [B
MethodParameters:
Name Flags
index
dst
public io.netty.buffer.CompositeByteBuf setBoolean(int, boolean);
descriptor: (IZ)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.setBoolean:(IZ)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 value Z
MethodParameters:
Name Flags
index
value
public io.netty.buffer.CompositeByteBuf setChar(int, int);
descriptor: (II)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.setChar:(II)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
public io.netty.buffer.CompositeByteBuf setFloat(int, float);
descriptor: (IF)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
fload 2
invokevirtual io.netty.buffer.CompositeByteBuf.setFloat:(IF)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 value F
MethodParameters:
Name Flags
index
value
public io.netty.buffer.CompositeByteBuf setDouble(int, double);
descriptor: (ID)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
dload 2
invokevirtual io.netty.buffer.CompositeByteBuf.setDouble:(ID)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 value D
MethodParameters:
Name Flags
index
value
public io.netty.buffer.CompositeByteBuf setBytes(int, io.netty.buffer.ByteBuf);
descriptor: (ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
invokevirtual io.netty.buffer.CompositeByteBuf.setBytes:(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 src Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
index
src
public io.netty.buffer.CompositeByteBuf setBytes(int, io.netty.buffer.ByteBuf, int);
descriptor: (ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
iload 3
invokevirtual io.netty.buffer.CompositeByteBuf.setBytes:(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 src Lio/netty/buffer/ByteBuf;
0 2 3 length I
MethodParameters:
Name Flags
index
src
length
public io.netty.buffer.CompositeByteBuf setBytes(int, byte[]);
descriptor: (I[B)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
invokevirtual io.netty.buffer.CompositeByteBuf.setBytes:(I[B)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 src [B
MethodParameters:
Name Flags
index
src
public io.netty.buffer.CompositeByteBuf setZero(int, int);
descriptor: (II)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.setZero:(II)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 index I
0 2 2 length I
MethodParameters:
Name Flags
index
length
public io.netty.buffer.CompositeByteBuf readBytes(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
invokevirtual io.netty.buffer.CompositeByteBuf.readBytes:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 dst Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
dst
public io.netty.buffer.CompositeByteBuf readBytes(io.netty.buffer.ByteBuf, int);
descriptor: (Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.readBytes:(Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 dst Lio/netty/buffer/ByteBuf;
0 2 2 length I
MethodParameters:
Name Flags
dst
length
public io.netty.buffer.CompositeByteBuf readBytes(io.netty.buffer.ByteBuf, int, int);
descriptor: (Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
iload 2
iload 3
invokevirtual io.netty.buffer.CompositeByteBuf.readBytes:(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 dst Lio/netty/buffer/ByteBuf;
0 2 2 dstIndex I
0 2 3 length I
MethodParameters:
Name Flags
dst
dstIndex
length
public io.netty.buffer.CompositeByteBuf readBytes(byte[]);
descriptor: ([B)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
invokevirtual io.netty.buffer.CompositeByteBuf.readBytes:([B)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 dst [B
MethodParameters:
Name Flags
dst
public io.netty.buffer.CompositeByteBuf readBytes(byte[], int, int);
descriptor: ([BII)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
iload 2
iload 3
invokevirtual io.netty.buffer.CompositeByteBuf.readBytes:([BII)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 dst [B
0 2 2 dstIndex I
0 2 3 length I
MethodParameters:
Name Flags
dst
dstIndex
length
public io.netty.buffer.CompositeByteBuf readBytes(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
invokevirtual io.netty.buffer.CompositeByteBuf.readBytes:(Ljava/nio/ByteBuffer;)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 dst Ljava/nio/ByteBuffer;
MethodParameters:
Name Flags
dst
public io.netty.buffer.CompositeByteBuf readBytes(java.io.OutputStream, int);
descriptor: (Ljava/io/OutputStream;I)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.readBytes:(Ljava/io/OutputStream;I)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 out Ljava/io/OutputStream;
0 2 2 length I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
out
length
public int getBytes(int, java.nio.channels.FileChannel, long, int);
descriptor: (ILjava/nio/channels/FileChannel;JI)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 5 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
lload 3
iload 5
invokevirtual io.netty.buffer.CompositeByteBuf.getBytes:(ILjava/nio/channels/FileChannel;JI)I
ireturn
end local 5 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
0 1 2 out Ljava/nio/channels/FileChannel;
0 1 3 position J
0 1 5 length I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
index
out
position
length
public int setBytes(int, java.nio.channels.FileChannel, long, int);
descriptor: (ILjava/nio/channels/FileChannel;JI)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 5 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
lload 3
iload 5
invokevirtual io.netty.buffer.CompositeByteBuf.setBytes:(ILjava/nio/channels/FileChannel;JI)I
ireturn
end local 5 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
0 1 2 in Ljava/nio/channels/FileChannel;
0 1 3 position J
0 1 5 length I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
index
in
position
length
public boolean isReadOnly();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.isReadOnly:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public io.netty.buffer.ByteBuf asReadOnly();
descriptor: ()Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.asReadOnly:()Lio/netty/buffer/ByteBuf;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
protected io.netty.buffer.SwappedByteBuf newSwappedByteBuf();
descriptor: ()Lio/netty/buffer/SwappedByteBuf;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.newSwappedByteBuf:()Lio/netty/buffer/SwappedByteBuf;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public java.lang.CharSequence getCharSequence(int, int, java.nio.charset.Charset);
descriptor: (IILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
iload 2
aload 3
invokevirtual io.netty.buffer.CompositeByteBuf.getCharSequence:(IILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
0 1 2 length I
0 1 3 charset Ljava/nio/charset/Charset;
MethodParameters:
Name Flags
index
length
charset
public java.lang.CharSequence readCharSequence(int, java.nio.charset.Charset);
descriptor: (ILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
invokevirtual io.netty.buffer.CompositeByteBuf.readCharSequence:(ILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 length I
0 1 2 charset Ljava/nio/charset/Charset;
MethodParameters:
Name Flags
length
charset
public int setCharSequence(int, java.lang.CharSequence, java.nio.charset.Charset);
descriptor: (ILjava/lang/CharSequence;Ljava/nio/charset/Charset;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
aload 2
aload 3
invokevirtual io.netty.buffer.CompositeByteBuf.setCharSequence:(ILjava/lang/CharSequence;Ljava/nio/charset/Charset;)I
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 index I
0 1 2 sequence Ljava/lang/CharSequence;
0 1 3 charset Ljava/nio/charset/Charset;
MethodParameters:
Name Flags
index
sequence
charset
public int readBytes(java.nio.channels.FileChannel, long, int);
descriptor: (Ljava/nio/channels/FileChannel;JI)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 4 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
lload 2
iload 4
invokevirtual io.netty.buffer.CompositeByteBuf.readBytes:(Ljava/nio/channels/FileChannel;JI)I
ireturn
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 out Ljava/nio/channels/FileChannel;
0 1 2 position J
0 1 4 length I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
out
position
length
public int writeBytes(java.nio.channels.FileChannel, long, int);
descriptor: (Ljava/nio/channels/FileChannel;JI)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 4 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
lload 2
iload 4
invokevirtual io.netty.buffer.CompositeByteBuf.writeBytes:(Ljava/nio/channels/FileChannel;JI)I
ireturn
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 in Ljava/nio/channels/FileChannel;
0 1 2 position J
0 1 4 length I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
in
position
length
public int writeCharSequence(java.lang.CharSequence, java.nio.charset.Charset);
descriptor: (Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
aload 2
invokevirtual io.netty.buffer.CompositeByteBuf.writeCharSequence:(Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)I
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 1 1 sequence Ljava/lang/CharSequence;
0 1 2 charset Ljava/nio/charset/Charset;
MethodParameters:
Name Flags
sequence
charset
public io.netty.buffer.CompositeByteBuf skipBytes(int);
descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.skipBytes:(I)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 length I
MethodParameters:
Name Flags
length
public io.netty.buffer.CompositeByteBuf writeBoolean(boolean);
descriptor: (Z)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.writeBoolean:(Z)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 value Z
MethodParameters:
Name Flags
value
public io.netty.buffer.CompositeByteBuf writeByte(int);
descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.writeByte:(I)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 value I
MethodParameters:
Name Flags
value
public io.netty.buffer.CompositeByteBuf writeShort(int);
descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.writeShort:(I)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 value I
MethodParameters:
Name Flags
value
public io.netty.buffer.CompositeByteBuf writeMedium(int);
descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.writeMedium:(I)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 value I
MethodParameters:
Name Flags
value
public io.netty.buffer.CompositeByteBuf writeInt(int);
descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.writeInt:(I)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 value I
MethodParameters:
Name Flags
value
public io.netty.buffer.CompositeByteBuf writeLong(long);
descriptor: (J)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
lload 1
invokevirtual io.netty.buffer.CompositeByteBuf.writeLong:(J)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 value J
MethodParameters:
Name Flags
value
public io.netty.buffer.CompositeByteBuf writeChar(int);
descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.writeChar:(I)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 value I
MethodParameters:
Name Flags
value
public io.netty.buffer.CompositeByteBuf writeFloat(float);
descriptor: (F)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
fload 1
invokevirtual io.netty.buffer.CompositeByteBuf.writeFloat:(F)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 value F
MethodParameters:
Name Flags
value
public io.netty.buffer.CompositeByteBuf writeDouble(double);
descriptor: (D)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
dload 1
invokevirtual io.netty.buffer.CompositeByteBuf.writeDouble:(D)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 value D
MethodParameters:
Name Flags
value
public io.netty.buffer.CompositeByteBuf writeBytes(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
invokevirtual io.netty.buffer.CompositeByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 src Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
src
public io.netty.buffer.CompositeByteBuf writeBytes(io.netty.buffer.ByteBuf, int);
descriptor: (Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
iload 2
invokevirtual io.netty.buffer.CompositeByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 src Lio/netty/buffer/ByteBuf;
0 2 2 length I
MethodParameters:
Name Flags
src
length
public io.netty.buffer.CompositeByteBuf writeBytes(io.netty.buffer.ByteBuf, int, int);
descriptor: (Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
iload 2
iload 3
invokevirtual io.netty.buffer.CompositeByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 src Lio/netty/buffer/ByteBuf;
0 2 2 srcIndex I
0 2 3 length I
MethodParameters:
Name Flags
src
srcIndex
length
public io.netty.buffer.CompositeByteBuf writeBytes(byte[]);
descriptor: ([B)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
invokevirtual io.netty.buffer.CompositeByteBuf.writeBytes:([B)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 src [B
MethodParameters:
Name Flags
src
public io.netty.buffer.CompositeByteBuf writeBytes(byte[], int, int);
descriptor: ([BII)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
iload 2
iload 3
invokevirtual io.netty.buffer.CompositeByteBuf.writeBytes:([BII)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 src [B
0 2 2 srcIndex I
0 2 3 length I
MethodParameters:
Name Flags
src
srcIndex
length
public io.netty.buffer.CompositeByteBuf writeBytes(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
invokevirtual io.netty.buffer.CompositeByteBuf.writeBytes:(Ljava/nio/ByteBuffer;)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 src Ljava/nio/ByteBuffer;
MethodParameters:
Name Flags
src
public io.netty.buffer.CompositeByteBuf writeZero(int);
descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.writeZero:(I)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 length I
MethodParameters:
Name Flags
length
public io.netty.buffer.CompositeByteBuf retain(int);
descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
iload 1
invokevirtual io.netty.buffer.CompositeByteBuf.retain:(I)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 increment I
MethodParameters:
Name Flags
increment
public io.netty.buffer.CompositeByteBuf retain();
descriptor: ()Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.retain:()Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public io.netty.buffer.CompositeByteBuf touch();
descriptor: ()Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.touch:()Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public io.netty.buffer.CompositeByteBuf touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
aload 1
invokevirtual io.netty.buffer.CompositeByteBuf.touch:(Ljava/lang/Object;)Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
0 2 1 hint Ljava/lang/Object;
MethodParameters:
Name Flags
hint
public java.nio.ByteBuffer[] nioBuffers();
descriptor: ()[Ljava/nio/ByteBuffer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.nioBuffers:()[Ljava/nio/ByteBuffer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public io.netty.buffer.CompositeByteBuf discardSomeReadBytes();
descriptor: ()Lio/netty/buffer/CompositeByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.discardSomeReadBytes:()Lio/netty/buffer/CompositeByteBuf;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final void deallocate();
descriptor: ()V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
invokevirtual io.netty.buffer.CompositeByteBuf.deallocate:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public final io.netty.buffer.ByteBuf unwrap();
descriptor: ()Lio/netty/buffer/ByteBuf;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.WrappedCompositeByteBuf.wrapped:Lio/netty/buffer/CompositeByteBuf;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/WrappedCompositeByteBuf;
public io.netty.buffer.ByteBuf setMedium(int, int);
descriptor: (II)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
iload 1
iload 2
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setMedium:(II)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf setIndex(int, int);
descriptor: (II)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
iload 1
iload 2
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setIndex:(II)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf resetWriterIndex();
descriptor: ()Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.resetWriterIndex:()Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf readBytes(java.io.OutputStream, int);
descriptor: (Ljava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
iload 2
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.readBytes:(Ljava/io/OutputStream;I)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.io.IOException
public io.netty.buffer.ByteBuf readBytes(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.readBytes:(Ljava/nio/ByteBuffer;)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf readBytes(byte[], int, int);
descriptor: ([BII)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
iload 2
iload 3
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.readBytes:([BII)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf readBytes(byte[]);
descriptor: ([B)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.readBytes:([B)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf readBytes(io.netty.buffer.ByteBuf, int, int);
descriptor: (Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
iload 2
iload 3
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.readBytes:(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf readBytes(io.netty.buffer.ByteBuf, int);
descriptor: (Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
iload 2
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.readBytes:(Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf readBytes(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.readBytes:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf setBytes(int, byte[]);
descriptor: (I[B)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
iload 1
aload 2
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setBytes:(I[B)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf setBytes(int, io.netty.buffer.ByteBuf, int);
descriptor: (ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
iload 1
aload 2
iload 3
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setBytes:(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf setBytes(int, io.netty.buffer.ByteBuf);
descriptor: (ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
iload 1
aload 2
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setBytes:(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf setBytes(int, io.netty.buffer.ByteBuf, int, int);
descriptor: (ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=5
0: aload 0
iload 1
aload 2
iload 3
iload 4
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setBytes:(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf setBytes(int, java.nio.ByteBuffer);
descriptor: (ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
iload 1
aload 2
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setBytes:(ILjava/nio/ByteBuffer;)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf setBytes(int, byte[], int, int);
descriptor: (I[BII)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=5
0: aload 0
iload 1
aload 2
iload 3
iload 4
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setBytes:(I[BII)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf setShort(int, int);
descriptor: (II)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
iload 1
iload 2
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setShort:(II)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf setFloat(int, float);
descriptor: (IF)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
iload 1
fload 2
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setFloat:(IF)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf setZero(int, int);
descriptor: (II)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
iload 1
iload 2
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setZero:(II)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf writeInt(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeInt:(I)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf discardSomeReadBytes();
descriptor: ()Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.discardSomeReadBytes:()Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf writeBytes(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeBytes:(Ljava/nio/ByteBuffer;)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf writeBytes(byte[], int, int);
descriptor: ([BII)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
iload 2
iload 3
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeBytes:([BII)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf writeBytes(byte[]);
descriptor: ([B)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeBytes:([B)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf, int, int);
descriptor: (Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
iload 2
iload 3
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf, int);
descriptor: (Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
iload 2
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf setDouble(int, double);
descriptor: (ID)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=3
0: aload 0
iload 1
dload 2
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setDouble:(ID)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf writeShort(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeShort:(I)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf skipBytes(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.skipBytes:(I)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf writeFloat(float);
descriptor: (F)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
fload 1
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeFloat:(F)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf writeMedium(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeMedium:(I)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf writeChar(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeChar:(I)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf getBytes(int, byte[]);
descriptor: (I[B)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
iload 1
aload 2
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.getBytes:(I[B)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf getBytes(int, io.netty.buffer.ByteBuf, int);
descriptor: (ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
iload 1
aload 2
iload 3
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.getBytes:(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf getBytes(int, io.netty.buffer.ByteBuf);
descriptor: (ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
iload 1
aload 2
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.getBytes:(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf getBytes(int, java.io.OutputStream, int);
descriptor: (ILjava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
iload 1
aload 2
iload 3
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.getBytes:(ILjava/io/OutputStream;I)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.io.IOException
public io.netty.buffer.ByteBuf getBytes(int, io.netty.buffer.ByteBuf, int, int);
descriptor: (ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=5
0: aload 0
iload 1
aload 2
iload 3
iload 4
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.getBytes:(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf getBytes(int, java.nio.ByteBuffer);
descriptor: (ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
iload 1
aload 2
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.getBytes:(ILjava/nio/ByteBuffer;)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf getBytes(int, byte[], int, int);
descriptor: (I[BII)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=5
0: aload 0
iload 1
aload 2
iload 3
iload 4
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.getBytes:(I[BII)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf writeLong(long);
descriptor: (J)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=2
0: aload 0
lload 1
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeLong:(J)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf clear();
descriptor: ()Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.clear:()Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf readerIndex(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.readerIndex:(I)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf writeByte(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeByte:(I)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf setInt(int, int);
descriptor: (II)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
iload 1
iload 2
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setInt:(II)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf markReaderIndex();
descriptor: ()Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.markReaderIndex:()Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf writeBoolean(boolean);
descriptor: (Z)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeBoolean:(Z)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf resetReaderIndex();
descriptor: ()Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.resetReaderIndex:()Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf ensureWritable(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.ensureWritable:(I)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf writeDouble(double);
descriptor: (D)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=2
0: aload 0
dload 1
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeDouble:(D)Lio/netty/buffer/CompositeByteBuf;
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: aload 0
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.retain:()Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf retain();
descriptor: ()Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.retain:()Lio/netty/buffer/CompositeByteBuf;
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: aload 0
iload 1
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.retain:(I)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf retain(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.retain:(I)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf setChar(int, int);
descriptor: (II)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
iload 1
iload 2
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setChar:(II)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf capacity(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.capacity:(I)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf setLong(int, long);
descriptor: (IJ)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=3
0: aload 0
iload 1
lload 2
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setLong:(IJ)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf writeZero(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writeZero:(I)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf writerIndex(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.writerIndex:(I)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf setByte(int, int);
descriptor: (II)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
iload 1
iload 2
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setByte:(II)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf discardReadBytes();
descriptor: ()Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.discardReadBytes:()Lio/netty/buffer/CompositeByteBuf;
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: aload 0
aload 1
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.touch:(Ljava/lang/Object;)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.touch:(Ljava/lang/Object;)Lio/netty/buffer/CompositeByteBuf;
areturn
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: aload 0
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.touch:()Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf touch();
descriptor: ()Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.touch:()Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf setBoolean(int, boolean);
descriptor: (IZ)Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
iload 1
iload 2
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.setBoolean:(IZ)Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBuf markWriterIndex();
descriptor: ()Lio/netty/buffer/ByteBuf;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.buffer.WrappedCompositeByteBuf.markWriterIndex:()Lio/netty/buffer/CompositeByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "WrappedCompositeByteBuf.java"