class io.netty.handler.codec.marshalling.LimitingByteInput implements org.jboss.marshalling.ByteInput
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.handler.codec.marshalling.LimitingByteInput
super_class: java.lang.Object
{
private static final io.netty.handler.codec.marshalling.LimitingByteInput$TooBigObjectException EXCEPTION;
descriptor: Lio/netty/handler/codec/marshalling/LimitingByteInput$TooBigObjectException;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private final org.jboss.marshalling.ByteInput input;
descriptor: Lorg/jboss/marshalling/ByteInput;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final long limit;
descriptor: J
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private long read;
descriptor: J
flags: (0x0002) ACC_PRIVATE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new io.netty.handler.codec.marshalling.LimitingByteInput$TooBigObjectException
dup
invokespecial io.netty.handler.codec.marshalling.LimitingByteInput$TooBigObjectException.<init>:()V
putstatic io.netty.handler.codec.marshalling.LimitingByteInput.EXCEPTION:Lio/netty/handler/codec/marshalling/LimitingByteInput$TooBigObjectException;
return
LocalVariableTable:
Start End Slot Name Signature
void <init>(org.jboss.marshalling.ByteInput, long);
descriptor: (Lorg/jboss/marshalling/ByteInput;J)V
flags: (0x0000)
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: lload 2
lconst_0
lcmp
ifgt 3
2: new java.lang.IllegalArgumentException
dup
ldc "The limit MUST be > 0"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: io.netty.handler.codec.marshalling.LimitingByteInput org.jboss.marshalling.ByteInput long
StackMap stack:
aload 0
aload 1
putfield io.netty.handler.codec.marshalling.LimitingByteInput.input:Lorg/jboss/marshalling/ByteInput;
4: aload 0
lload 2
putfield io.netty.handler.codec.marshalling.LimitingByteInput.limit:J
5: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/netty/handler/codec/marshalling/LimitingByteInput;
0 6 1 input Lorg/jboss/marshalling/ByteInput;
0 6 2 limit J
MethodParameters:
Name Flags
input
limit
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/LimitingByteInput;
Exceptions:
throws java.io.IOException
public int available();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield io.netty.handler.codec.marshalling.LimitingByteInput.input:Lorg/jboss/marshalling/ByteInput;
invokeinterface org.jboss.marshalling.ByteInput.available:()I
invokevirtual io.netty.handler.codec.marshalling.LimitingByteInput.readable:(I)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/marshalling/LimitingByteInput;
Exceptions:
throws java.io.IOException
public int read();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=1
start local 0 0: aload 0
iconst_1
invokevirtual io.netty.handler.codec.marshalling.LimitingByteInput.readable:(I)I
istore 1
start local 1 1: iload 1
ifle 5
2: aload 0
getfield io.netty.handler.codec.marshalling.LimitingByteInput.input:Lorg/jboss/marshalling/ByteInput;
invokeinterface org.jboss.marshalling.ByteInput.read:()I
istore 2
start local 2 3: aload 0
dup
getfield io.netty.handler.codec.marshalling.LimitingByteInput.read:J
lconst_1
ladd
putfield io.netty.handler.codec.marshalling.LimitingByteInput.read:J
4: iload 2
ireturn
end local 2 5: StackMap locals: int
StackMap stack:
getstatic io.netty.handler.codec.marshalling.LimitingByteInput.EXCEPTION:Lio/netty/handler/codec/marshalling/LimitingByteInput$TooBigObjectException;
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/netty/handler/codec/marshalling/LimitingByteInput;
1 6 1 readable I
3 5 2 b I
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.LimitingByteInput.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/LimitingByteInput;
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=5, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
iload 3
invokevirtual io.netty.handler.codec.marshalling.LimitingByteInput.readable:(I)I
istore 4
start local 4 1: iload 4
ifle 5
2: aload 0
getfield io.netty.handler.codec.marshalling.LimitingByteInput.input:Lorg/jboss/marshalling/ByteInput;
aload 1
iload 2
iload 4
invokeinterface org.jboss.marshalling.ByteInput.read:([BII)I
istore 5
start local 5 3: aload 0
dup
getfield io.netty.handler.codec.marshalling.LimitingByteInput.read:J
iload 5
i2l
ladd
putfield io.netty.handler.codec.marshalling.LimitingByteInput.read:J
4: iload 5
ireturn
end local 5 5: StackMap locals: int
StackMap stack:
getstatic io.netty.handler.codec.marshalling.LimitingByteInput.EXCEPTION:Lio/netty/handler/codec/marshalling/LimitingByteInput$TooBigObjectException;
athrow
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/LimitingByteInput;
0 6 1 array [B
0 6 2 offset I
0 6 3 length I
1 6 4 readable I
3 5 5 i I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
array
offset
length
public long skip(long);
descriptor: (J)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=2
start local 0 start local 1 0: aload 0
lload 1
l2i
invokevirtual io.netty.handler.codec.marshalling.LimitingByteInput.readable:(I)I
istore 3
start local 3 1: iload 3
ifle 5
2: aload 0
getfield io.netty.handler.codec.marshalling.LimitingByteInput.input:Lorg/jboss/marshalling/ByteInput;
iload 3
i2l
invokeinterface org.jboss.marshalling.ByteInput.skip:(J)J
lstore 4
start local 4 3: aload 0
dup
getfield io.netty.handler.codec.marshalling.LimitingByteInput.read:J
lload 4
ladd
putfield io.netty.handler.codec.marshalling.LimitingByteInput.read:J
4: lload 4
lreturn
end local 4 5: StackMap locals: int
StackMap stack:
getstatic io.netty.handler.codec.marshalling.LimitingByteInput.EXCEPTION:Lio/netty/handler/codec/marshalling/LimitingByteInput$TooBigObjectException;
athrow
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/netty/handler/codec/marshalling/LimitingByteInput;
0 6 1 bytes J
1 6 3 readable I
3 5 4 i J
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
bytes
private int readable(int);
descriptor: (I)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=6, locals=2, args_size=2
start local 0 start local 1 0: iload 1
i2l
aload 0
getfield io.netty.handler.codec.marshalling.LimitingByteInput.limit:J
aload 0
getfield io.netty.handler.codec.marshalling.LimitingByteInput.read:J
lsub
invokestatic java.lang.Math.min:(JJ)J
l2i
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/marshalling/LimitingByteInput;
0 1 1 length I
MethodParameters:
Name Flags
length
}
SourceFile: "LimitingByteInput.java"
NestMembers:
io.netty.handler.codec.marshalling.LimitingByteInput$TooBigObjectException
InnerClasses:
final TooBigObjectException = io.netty.handler.codec.marshalling.LimitingByteInput$TooBigObjectException of io.netty.handler.codec.marshalling.LimitingByteInput