final class com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream extends java.io.FilterInputStream
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream
super_class: java.io.FilterInputStream
{
private int limit;
descriptor: I
flags: (0x0002) ACC_PRIVATE
void <init>(java.io.InputStream, int);
descriptor: (Ljava/io/InputStream;I)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokespecial java.io.FilterInputStream.<init>:(Ljava/io/InputStream;)V
1: aload 0
iload 2
putfield com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream.limit:I
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/AbstractMessageLite$Builder$LimitedInputStream;
0 3 1 in Ljava/io/InputStream;
0 3 2 limit I
MethodParameters:
Name Flags
in
limit
public int available();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.io.FilterInputStream.available:()I
aload 0
getfield com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream.limit:I
invokestatic java.lang.Math.min:(II)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/AbstractMessageLite$Builder$LimitedInputStream;
Exceptions:
throws java.io.IOException
public int read();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream.limit:I
ifgt 2
1: iconst_m1
ireturn
2: StackMap locals:
StackMap stack:
aload 0
invokespecial java.io.FilterInputStream.read:()I
istore 1
start local 1 3: iload 1
iflt 5
4: aload 0
dup
getfield com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream.limit:I
iconst_1
isub
putfield com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream.limit:I
5: StackMap locals: int
StackMap stack:
iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/google/protobuf/AbstractMessageLite$Builder$LimitedInputStream;
3 6 1 result I
Exceptions:
throws java.io.IOException
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
getfield com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream.limit:I
ifgt 2
1: iconst_m1
ireturn
2: StackMap locals:
StackMap stack:
iload 3
aload 0
getfield com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream.limit:I
invokestatic java.lang.Math.min:(II)I
istore 3
3: aload 0
aload 1
iload 2
iload 3
invokespecial java.io.FilterInputStream.read:([BII)I
istore 4
start local 4 4: iload 4
iflt 6
5: aload 0
dup
getfield com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream.limit:I
iload 4
isub
putfield com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream.limit:I
6: StackMap locals: int
StackMap stack:
iload 4
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/google/protobuf/AbstractMessageLite$Builder$LimitedInputStream;
0 7 1 b [B
0 7 2 off I
0 7 3 len I
4 7 4 result I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b final
off final
len
public long skip(long);
descriptor: (J)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=2
start local 0 start local 1 0: aload 0
lload 1
aload 0
getfield com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream.limit:I
i2l
invokestatic java.lang.Math.min:(JJ)J
invokespecial java.io.FilterInputStream.skip:(J)J
lstore 3
start local 3 1: lload 3
lconst_0
lcmp
iflt 3
2: aload 0
dup
getfield com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream.limit:I
i2l
lload 3
lsub
l2i
putfield com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream.limit:I
3: StackMap locals: long
StackMap stack:
lload 3
lreturn
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/protobuf/AbstractMessageLite$Builder$LimitedInputStream;
0 4 1 n J
1 4 3 result J
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
n final
}
SourceFile: "AbstractMessageLite.java"
NestHost: com.google.protobuf.AbstractMessageLite
InnerClasses:
public abstract Builder = com.google.protobuf.AbstractMessageLite$Builder of com.google.protobuf.AbstractMessageLite
final LimitedInputStream = com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream of com.google.protobuf.AbstractMessageLite$Builder