class io.netty.handler.codec.marshalling.ChannelBufferByteInput implements org.jboss.marshalling.ByteInput
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.handler.codec.marshalling.ChannelBufferByteInput
super_class: java.lang.Object
{
private final io.netty.buffer.ByteBuf buffer;
descriptor: Lio/netty/buffer/ByteBuf;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.netty.handler.codec.marshalling.ChannelBufferByteInput.buffer:Lio/netty/buffer/ByteBuf;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/marshalling/ChannelBufferByteInput;
0 3 1 buffer Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
buffer
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=1, args_size=1
start local 0 0: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/marshalling/ChannelBufferByteInput;
Exceptions:
throws java.io.IOException
public int available();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.marshalling.ChannelBufferByteInput.buffer:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/marshalling/ChannelBufferByteInput;
Exceptions:
throws java.io.IOException
public int read();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.marshalling.ChannelBufferByteInput.buffer:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.isReadable:()Z
ifeq 2
1: aload 0
getfield io.netty.handler.codec.marshalling.ChannelBufferByteInput.buffer:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.readByte:()B
sipush 255
iand
ireturn
2: StackMap locals:
StackMap stack:
iconst_m1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/marshalling/ChannelBufferByteInput;
Exceptions:
throws java.io.IOException
public int read(byte[]);
descriptor: ([B)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
iconst_0
aload 1
arraylength
invokevirtual io.netty.handler.codec.marshalling.ChannelBufferByteInput.read:([BII)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/marshalling/ChannelBufferByteInput;
0 1 1 array [B
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
array
public int read(byte[], int, int);
descriptor: ([BII)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokevirtual io.netty.handler.codec.marshalling.ChannelBufferByteInput.available:()I
istore 4
start local 4 1: iload 4
ifne 3
2: iconst_m1
ireturn
3: StackMap locals: int
StackMap stack:
iload 4
iload 3
invokestatic java.lang.Math.min:(II)I
istore 3
4: aload 0
getfield io.netty.handler.codec.marshalling.ChannelBufferByteInput.buffer:Lio/netty/buffer/ByteBuf;
aload 1
iload 2
iload 3
invokevirtual io.netty.buffer.ByteBuf.readBytes:([BII)Lio/netty/buffer/ByteBuf;
pop
5: iload 3
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/netty/handler/codec/marshalling/ChannelBufferByteInput;
0 6 1 dst [B
0 6 2 dstIndex I
0 6 3 length I
1 6 4 available I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
dst
dstIndex
length
public long skip(long);
descriptor: (J)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.handler.codec.marshalling.ChannelBufferByteInput.buffer:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
istore 3
start local 3 1: iload 3
i2l
lload 1
lcmp
ifge 3
2: iload 3
i2l
lstore 1
3: StackMap locals: int
StackMap stack:
aload 0
getfield io.netty.handler.codec.marshalling.ChannelBufferByteInput.buffer:Lio/netty/buffer/ByteBuf;
aload 0
getfield io.netty.handler.codec.marshalling.ChannelBufferByteInput.buffer:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.readerIndex:()I
i2l
lload 1
ladd
l2i
invokevirtual io.netty.buffer.ByteBuf.readerIndex:(I)Lio/netty/buffer/ByteBuf;
pop
4: lload 1
lreturn
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/handler/codec/marshalling/ChannelBufferByteInput;
0 5 1 bytes J
1 5 3 readable I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
bytes
}
SourceFile: "ChannelBufferByteInput.java"