class io.netty.buffer.UnpooledSlicedByteBuf extends io.netty.buffer.AbstractUnpooledSlicedByteBuf
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.buffer.UnpooledSlicedByteBuf
super_class: io.netty.buffer.AbstractUnpooledSlicedByteBuf
{
void <init>(io.netty.buffer.AbstractByteBuf, int, int);
descriptor: (Lio/netty/buffer/AbstractByteBuf;II)V
flags: (0x0000)
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
iload 2
iload 3
invokespecial io.netty.buffer.AbstractUnpooledSlicedByteBuf.<init>:(Lio/netty/buffer/ByteBuf;II)V
1: return
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/UnpooledSlicedByteBuf;
0 2 1 buffer Lio/netty/buffer/AbstractByteBuf;
0 2 2 index I
0 2 3 length I
MethodParameters:
Name Flags
buffer
index
length
public int capacity();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.maxCapacity:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/UnpooledSlicedByteBuf;
public io.netty.buffer.AbstractByteBuf unwrap();
descriptor: ()Lio/netty/buffer/AbstractByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial io.netty.buffer.AbstractUnpooledSlicedByteBuf.unwrap:()Lio/netty/buffer/ByteBuf;
checkcast io.netty.buffer.AbstractByteBuf
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/UnpooledSlicedByteBuf;
protected byte _getByte(int);
descriptor: (I)B
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.idx:(I)I
invokevirtual io.netty.buffer.AbstractByteBuf._getByte:(I)B
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/UnpooledSlicedByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected short _getShort(int);
descriptor: (I)S
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.idx:(I)I
invokevirtual io.netty.buffer.AbstractByteBuf._getShort:(I)S
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/UnpooledSlicedByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected short _getShortLE(int);
descriptor: (I)S
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.idx:(I)I
invokevirtual io.netty.buffer.AbstractByteBuf._getShortLE:(I)S
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/UnpooledSlicedByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected int _getUnsignedMedium(int);
descriptor: (I)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.idx:(I)I
invokevirtual io.netty.buffer.AbstractByteBuf._getUnsignedMedium:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/UnpooledSlicedByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected int _getUnsignedMediumLE(int);
descriptor: (I)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.idx:(I)I
invokevirtual io.netty.buffer.AbstractByteBuf._getUnsignedMediumLE:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/UnpooledSlicedByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected int _getInt(int);
descriptor: (I)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.idx:(I)I
invokevirtual io.netty.buffer.AbstractByteBuf._getInt:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/UnpooledSlicedByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected int _getIntLE(int);
descriptor: (I)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.idx:(I)I
invokevirtual io.netty.buffer.AbstractByteBuf._getIntLE:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/UnpooledSlicedByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected long _getLong(int);
descriptor: (I)J
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.idx:(I)I
invokevirtual io.netty.buffer.AbstractByteBuf._getLong:(I)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/UnpooledSlicedByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected long _getLongLE(int);
descriptor: (I)J
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.idx:(I)I
invokevirtual io.netty.buffer.AbstractByteBuf._getLongLE:(I)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/UnpooledSlicedByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected void _setByte(int, int);
descriptor: (II)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.idx:(I)I
iload 2
invokevirtual io.netty.buffer.AbstractByteBuf._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/UnpooledSlicedByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
protected void _setShort(int, int);
descriptor: (II)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.idx:(I)I
iload 2
invokevirtual io.netty.buffer.AbstractByteBuf._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/UnpooledSlicedByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
protected void _setShortLE(int, int);
descriptor: (II)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.idx:(I)I
iload 2
invokevirtual io.netty.buffer.AbstractByteBuf._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/UnpooledSlicedByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
protected void _setMedium(int, int);
descriptor: (II)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.idx:(I)I
iload 2
invokevirtual io.netty.buffer.AbstractByteBuf._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/UnpooledSlicedByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
protected void _setMediumLE(int, int);
descriptor: (II)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.idx:(I)I
iload 2
invokevirtual io.netty.buffer.AbstractByteBuf._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/UnpooledSlicedByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
protected void _setInt(int, int);
descriptor: (II)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.idx:(I)I
iload 2
invokevirtual io.netty.buffer.AbstractByteBuf._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/UnpooledSlicedByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
protected void _setIntLE(int, int);
descriptor: (II)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.idx:(I)I
iload 2
invokevirtual io.netty.buffer.AbstractByteBuf._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/UnpooledSlicedByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
protected void _setLong(int, long);
descriptor: (IJ)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.idx:(I)I
lload 2
invokevirtual io.netty.buffer.AbstractByteBuf._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/UnpooledSlicedByteBuf;
0 2 1 index I
0 2 2 value J
MethodParameters:
Name Flags
index
value
protected void _setLongLE(int, long);
descriptor: (IJ)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledSlicedByteBuf.idx:(I)I
lload 2
invokevirtual io.netty.buffer.AbstractByteBuf._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/UnpooledSlicedByteBuf;
0 2 1 index I
0 2 2 value J
MethodParameters:
Name Flags
index
value
public io.netty.buffer.ByteBuf unwrap();
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.UnpooledSlicedByteBuf.unwrap:()Lio/netty/buffer/AbstractByteBuf;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "UnpooledSlicedByteBuf.java"