final class com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder extends com.google.protobuf.CodedInputStream
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder
super_class: com.google.protobuf.CodedInputStream
{
private java.lang.Iterable<java.nio.ByteBuffer> input;
descriptor: Ljava/lang/Iterable;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/lang/Iterable<Ljava/nio/ByteBuffer;>;
private java.util.Iterator<java.nio.ByteBuffer> iterator;
descriptor: Ljava/util/Iterator;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/Iterator<Ljava/nio/ByteBuffer;>;
private java.nio.ByteBuffer currentByteBuffer;
descriptor: Ljava/nio/ByteBuffer;
flags: (0x0002) ACC_PRIVATE
private boolean immutable;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean enableAliasing;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private int totalBufferSize;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int bufferSizeAfterCurrentLimit;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int currentLimit;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int lastTag;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int totalBytesRead;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int startOffset;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private long currentByteBufferPos;
descriptor: J
flags: (0x0002) ACC_PRIVATE
private long currentByteBufferStartPos;
descriptor: J
flags: (0x0002) ACC_PRIVATE
private long currentAddress;
descriptor: J
flags: (0x0002) ACC_PRIVATE
private long currentByteBufferLimit;
descriptor: J
flags: (0x0002) ACC_PRIVATE
private void <init>(java.lang.Iterable<java.nio.ByteBuffer>, int, );
descriptor: (Ljava/lang/Iterable;IZ)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial com.google.protobuf.CodedInputStream.<init>:()V
1: aload 0
ldc 2147483647
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentLimit:I
2: aload 0
iload 2
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.totalBufferSize:I
3: aload 0
aload 1
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.input:Ljava/lang/Iterable;
4: aload 0
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.input:Ljava/lang/Iterable;
invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.iterator:Ljava/util/Iterator;
5: aload 0
iload 3
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.immutable:Z
6: aload 0
aload 0
iconst_0
dup_x1
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.totalBytesRead:I
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.startOffset:I
7: iload 2
ifne 14
8: aload 0
getstatic com.google.protobuf.Internal.EMPTY_BYTE_BUFFER:Ljava/nio/ByteBuffer;
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBuffer:Ljava/nio/ByteBuffer;
9: aload 0
lconst_0
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
10: aload 0
lconst_0
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferStartPos:J
11: aload 0
lconst_0
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferLimit:J
12: aload 0
lconst_0
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentAddress:J
13: goto 15
14: StackMap locals: com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder java.lang.Iterable int int
StackMap stack:
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.tryGetNextByteBuffer:()V
15: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
0 16 1 inputBufs Ljava/lang/Iterable<Ljava/nio/ByteBuffer;>;
0 16 2 size I
0 16 3 immutableFlag Z
Signature: (Ljava/lang/Iterable<Ljava/nio/ByteBuffer;>;IZ)V
MethodParameters:
Name Flags
inputBufs
size
immutableFlag
private void getNextByteBuffer();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.iterator:Ljava/util/Iterator;
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
1: invokestatic com.google.protobuf.InvalidProtocolBufferException.truncatedMessage:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.tryGetNextByteBuffer:()V
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
Exceptions:
throws com.google.protobuf.InvalidProtocolBufferException
private void tryGetNextByteBuffer();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=6, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.iterator:Ljava/util/Iterator;
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.nio.ByteBuffer
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBuffer:Ljava/nio/ByteBuffer;
1: aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.totalBytesRead:I
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferStartPos:J
lsub
l2i
iadd
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.totalBytesRead:I
2: aload 0
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBuffer:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.position:()I
i2l
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
3: aload 0
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferStartPos:J
4: aload 0
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBuffer:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.limit:()I
i2l
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferLimit:J
5: aload 0
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBuffer:Ljava/nio/ByteBuffer;
invokestatic com.google.protobuf.UnsafeUtil.addressOffset:(Ljava/nio/ByteBuffer;)J
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentAddress:J
6: aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentAddress:J
ladd
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
7: aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferStartPos:J
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentAddress:J
ladd
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferStartPos:J
8: aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferLimit:J
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentAddress:J
ladd
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferLimit:J
9: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
public int readTag();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.isAtEnd:()Z
ifeq 3
1: aload 0
iconst_0
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.lastTag:I
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 0
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawVarint32:()I
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.lastTag:I
4: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.lastTag:I
invokestatic com.google.protobuf.WireFormat.getTagFieldNumber:(I)I
ifne 6
5: invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidTag:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
6: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.lastTag:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
Exceptions:
throws java.io.IOException
public void checkLastTagWas(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.lastTag:I
iload 1
if_icmpeq 2
1: invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidEndTag:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
0 3 1 value I
Exceptions:
throws com.google.protobuf.InvalidProtocolBufferException
MethodParameters:
Name Flags
value final
public int getLastTag();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.lastTag:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
public boolean skipField(int);
descriptor: (I)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: iload 1
invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
tableswitch { // 0 - 5
0: 1
1: 3
2: 5
3: 7
4: 12
5: 13
default: 15
}
1: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.skipRawVarint:()V
2: iconst_1
ireturn
3: StackMap locals:
StackMap stack:
aload 0
bipush 8
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.skipRawBytes:(I)V
4: iconst_1
ireturn
5: StackMap locals:
StackMap stack:
aload 0
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawVarint32:()I
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.skipRawBytes:(I)V
6: iconst_1
ireturn
7: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.skipMessage:()V
8: aload 0
9: iload 1
invokestatic com.google.protobuf.WireFormat.getTagFieldNumber:(I)I
iconst_4
invokestatic com.google.protobuf.WireFormat.makeTag:(II)I
10: invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.checkLastTagWas:(I)V
11: iconst_1
ireturn
12: StackMap locals:
StackMap stack:
iconst_0
ireturn
13: StackMap locals:
StackMap stack:
aload 0
iconst_4
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.skipRawBytes:(I)V
14: iconst_1
ireturn
15: StackMap locals:
StackMap stack:
invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
0 16 1 tag I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
tag final
public boolean skipField(int, com.google.protobuf.CodedOutputStream);
descriptor: (ILcom/google/protobuf/CodedOutputStream;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=3
start local 0 start local 1 start local 2 0: iload 1
invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
tableswitch { // 0 - 5
0: 1
1: 5
2: 9
3: 13
4: 21
5: 22
default: 26
}
1: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readInt64:()J
lstore 3
start local 3 2: aload 2
iload 1
invokevirtual com.google.protobuf.CodedOutputStream.writeRawVarint32:(I)V
3: aload 2
lload 3
invokevirtual com.google.protobuf.CodedOutputStream.writeUInt64NoTag:(J)V
4: iconst_1
ireturn
end local 3 5: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawLittleEndian64:()J
lstore 3
start local 3 6: aload 2
iload 1
invokevirtual com.google.protobuf.CodedOutputStream.writeRawVarint32:(I)V
7: aload 2
lload 3
invokevirtual com.google.protobuf.CodedOutputStream.writeFixed64NoTag:(J)V
8: iconst_1
ireturn
end local 3 9: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readBytes:()Lcom/google/protobuf/ByteString;
astore 3
start local 3 10: aload 2
iload 1
invokevirtual com.google.protobuf.CodedOutputStream.writeRawVarint32:(I)V
11: aload 2
aload 3
invokevirtual com.google.protobuf.CodedOutputStream.writeBytesNoTag:(Lcom/google/protobuf/ByteString;)V
12: iconst_1
ireturn
end local 3 13: StackMap locals:
StackMap stack:
aload 2
iload 1
invokevirtual com.google.protobuf.CodedOutputStream.writeRawVarint32:(I)V
14: aload 0
aload 2
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.skipMessage:(Lcom/google/protobuf/CodedOutputStream;)V
15: iload 1
invokestatic com.google.protobuf.WireFormat.getTagFieldNumber:(I)I
iconst_4
16: invokestatic com.google.protobuf.WireFormat.makeTag:(II)I
17: istore 3
start local 3 18: aload 0
iload 3
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.checkLastTagWas:(I)V
19: aload 2
iload 3
invokevirtual com.google.protobuf.CodedOutputStream.writeRawVarint32:(I)V
20: iconst_1
ireturn
end local 3 21: StackMap locals:
StackMap stack:
iconst_0
ireturn
22: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawLittleEndian32:()I
istore 3
start local 3 23: aload 2
iload 1
invokevirtual com.google.protobuf.CodedOutputStream.writeRawVarint32:(I)V
24: aload 2
iload 3
invokevirtual com.google.protobuf.CodedOutputStream.writeFixed32NoTag:(I)V
25: iconst_1
ireturn
end local 3 26: StackMap locals:
StackMap stack:
invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 27 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
0 27 1 tag I
0 27 2 output Lcom/google/protobuf/CodedOutputStream;
2 5 3 value J
6 9 3 value J
10 13 3 value Lcom/google/protobuf/ByteString;
18 21 3 endtag I
23 26 3 value I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
tag final
output final
public void skipMessage();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readTag:()I
istore 1
start local 1 1: iload 1
ifeq 2
aload 0
iload 1
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.skipField:(I)Z
ifne 0
2: StackMap locals: int
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
1 3 1 tag I
Exceptions:
throws java.io.IOException
public void skipMessage(com.google.protobuf.CodedOutputStream);
descriptor: (Lcom/google/protobuf/CodedOutputStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readTag:()I
istore 2
start local 2 1: iload 2
ifeq 2
aload 0
iload 2
aload 1
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.skipField:(ILcom/google/protobuf/CodedOutputStream;)Z
ifne 0
2: StackMap locals: int
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
0 3 1 output Lcom/google/protobuf/CodedOutputStream;
1 3 2 tag I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
output
public double readDouble();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawLittleEndian64:()J
invokestatic java.lang.Double.longBitsToDouble:(J)D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
Exceptions:
throws java.io.IOException
public float readFloat();
descriptor: ()F
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawLittleEndian32:()I
invokestatic java.lang.Float.intBitsToFloat:(I)F
freturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
Exceptions:
throws java.io.IOException
public long readUInt64();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawVarint64:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
Exceptions:
throws java.io.IOException
public long readInt64();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawVarint64:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
Exceptions:
throws java.io.IOException
public int readInt32();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawVarint32:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
Exceptions:
throws java.io.IOException
public long readFixed64();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawLittleEndian64:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
Exceptions:
throws java.io.IOException
public int readFixed32();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawLittleEndian32:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
Exceptions:
throws java.io.IOException
public boolean readBool();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawVarint64:()J
lconst_0
lcmp
ifeq 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
Exceptions:
throws java.io.IOException
public java.lang.String readString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=4, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawVarint32:()I
istore 1
start local 1 1: iload 1
ifle 7
iload 1
i2l
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferLimit:J
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
lsub
lcmp
ifgt 7
2: iload 1
newarray 8
astore 2
start local 2 3: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
aload 2
lconst_0
iload 1
i2l
invokestatic com.google.protobuf.UnsafeUtil.copyMemory:(J[BJJ)V
4: new java.lang.String
dup
aload 2
getstatic com.google.protobuf.Internal.UTF_8:Ljava/nio/charset/Charset;
invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
astore 3
start local 3 5: aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
iload 1
i2l
ladd
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
6: aload 3
areturn
end local 3 end local 2 7: StackMap locals: int
StackMap stack:
iload 1
ifle 12
iload 1
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.remaining:()I
if_icmpgt 12
8: iload 1
newarray 8
astore 2
start local 2 9: aload 0
aload 2
iconst_0
iload 1
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawBytesTo:([BII)V
10: new java.lang.String
dup
aload 2
getstatic com.google.protobuf.Internal.UTF_8:Ljava/nio/charset/Charset;
invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
astore 3
start local 3 11: aload 3
areturn
end local 3 end local 2 12: StackMap locals:
StackMap stack:
iload 1
ifne 14
13: ldc ""
areturn
14: StackMap locals:
StackMap stack:
iload 1
ifge 16
15: invokestatic com.google.protobuf.InvalidProtocolBufferException.negativeSize:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
16: StackMap locals:
StackMap stack:
invokestatic com.google.protobuf.InvalidProtocolBufferException.truncatedMessage:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
1 17 1 size I
3 7 2 bytes [B
5 7 3 result Ljava/lang/String;
9 12 2 bytes [B
11 12 3 result Ljava/lang/String;
Exceptions:
throws java.io.IOException
public java.lang.String readStringRequireUtf8();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawVarint32:()I
istore 1
start local 1 1: iload 1
ifle 6
iload 1
i2l
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferLimit:J
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
lsub
lcmp
ifgt 6
2: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferStartPos:J
lsub
l2i
istore 2
start local 2 3: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBuffer:Ljava/nio/ByteBuffer;
iload 2
iload 1
invokestatic com.google.protobuf.Utf8.decodeUtf8:(Ljava/nio/ByteBuffer;II)Ljava/lang/String;
astore 3
start local 3 4: aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
iload 1
i2l
ladd
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
5: aload 3
areturn
end local 3 end local 2 6: StackMap locals: int
StackMap stack:
iload 1
iflt 10
iload 1
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.remaining:()I
if_icmpgt 10
7: iload 1
newarray 8
astore 2
start local 2 8: aload 0
aload 2
iconst_0
iload 1
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawBytesTo:([BII)V
9: aload 2
iconst_0
iload 1
invokestatic com.google.protobuf.Utf8.decodeUtf8:([BII)Ljava/lang/String;
areturn
end local 2 10: StackMap locals:
StackMap stack:
iload 1
ifne 12
11: ldc ""
areturn
12: StackMap locals:
StackMap stack:
iload 1
ifgt 14
13: invokestatic com.google.protobuf.InvalidProtocolBufferException.negativeSize:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
14: StackMap locals:
StackMap stack:
invokestatic com.google.protobuf.InvalidProtocolBufferException.truncatedMessage:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
1 15 1 size I
3 6 2 bufferPos I
4 6 3 result Ljava/lang/String;
8 10 2 bytes [B
Exceptions:
throws java.io.IOException
public void readGroup(int, com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite);
descriptor: (ILcom/google/protobuf/MessageLite$Builder;Lcom/google/protobuf/ExtensionRegistryLite;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recursionDepth:I
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recursionLimit:I
if_icmplt 2
1: invokestatic com.google.protobuf.InvalidProtocolBufferException.recursionLimitExceeded:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
2: StackMap locals:
StackMap stack:
aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recursionDepth:I
iconst_1
iadd
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recursionDepth:I
3: aload 2
aload 0
aload 3
invokeinterface com.google.protobuf.MessageLite$Builder.mergeFrom:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite$Builder;
pop
4: aload 0
iload 1
iconst_4
invokestatic com.google.protobuf.WireFormat.makeTag:(II)I
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.checkLastTagWas:(I)V
5: aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recursionDepth:I
iconst_1
isub
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recursionDepth:I
6: return
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/CodedInputStream$IterableDirectByteBufferDecoder;
0 7 1 fieldNumber I
0 7 2 builder Lcom/google/protobuf/MessageLite$Builder;
0 7 3 extensionRegistry Lcom/google/protobuf/ExtensionRegistryLite;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
builder final
extensionRegistry final
public <T extends com.google.protobuf.MessageLite> T readGroup(int, com.google.protobuf.Parser<T>, com.google.protobuf.ExtensionRegistryLite);
descriptor: (ILcom/google/protobuf/Parser;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recursionDepth:I
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recursionLimit:I
if_icmplt 2
1: invokestatic com.google.protobuf.InvalidProtocolBufferException.recursionLimitExceeded:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
2: StackMap locals:
StackMap stack:
aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recursionDepth:I
iconst_1
iadd
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recursionDepth:I
3: aload 2
aload 0
aload 3
invokeinterface com.google.protobuf.Parser.parsePartialFrom:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
checkcast com.google.protobuf.MessageLite
astore 4
start local 4 4: aload 0
iload 1
iconst_4
invokestatic com.google.protobuf.WireFormat.makeTag:(II)I
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.checkLastTagWas:(I)V
5: aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recursionDepth:I
iconst_1
isub
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recursionDepth:I
6: aload 4
areturn
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/CodedInputStream$IterableDirectByteBufferDecoder;
0 7 1 fieldNumber I
0 7 2 parser Lcom/google/protobuf/Parser<TT;>;
0 7 3 extensionRegistry Lcom/google/protobuf/ExtensionRegistryLite;
4 7 4 result TT;
Exceptions:
throws java.io.IOException
Signature: <T::Lcom/google/protobuf/MessageLite;>(ILcom/google/protobuf/Parser<TT;>;Lcom/google/protobuf/ExtensionRegistryLite;)TT;
MethodParameters:
Name Flags
fieldNumber final
parser final
extensionRegistry final
public void readUnknownGroup(int, com.google.protobuf.MessageLite$Builder);
descriptor: (ILcom/google/protobuf/MessageLite$Builder;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
aload 2
invokestatic com.google.protobuf.ExtensionRegistryLite.getEmptyRegistry:()Lcom/google/protobuf/ExtensionRegistryLite;
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readGroup:(ILcom/google/protobuf/MessageLite$Builder;Lcom/google/protobuf/ExtensionRegistryLite;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
0 2 1 fieldNumber I
0 2 2 builder Lcom/google/protobuf/MessageLite$Builder;
Exceptions:
throws java.io.IOException
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
fieldNumber final
builder final
public void readMessage(com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Lcom/google/protobuf/MessageLite$Builder;Lcom/google/protobuf/ExtensionRegistryLite;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawVarint32:()I
istore 3
start local 3 1: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recursionDepth:I
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recursionLimit:I
if_icmplt 3
2: invokestatic com.google.protobuf.InvalidProtocolBufferException.recursionLimitExceeded:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
3: StackMap locals: int
StackMap stack:
aload 0
iload 3
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.pushLimit:(I)I
istore 4
start local 4 4: aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recursionDepth:I
iconst_1
iadd
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recursionDepth:I
5: aload 1
aload 0
aload 2
invokeinterface com.google.protobuf.MessageLite$Builder.mergeFrom:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite$Builder;
pop
6: aload 0
iconst_0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.checkLastTagWas:(I)V
7: aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recursionDepth:I
iconst_1
isub
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recursionDepth:I
8: aload 0
iload 4
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.popLimit:(I)V
9: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
0 10 1 builder Lcom/google/protobuf/MessageLite$Builder;
0 10 2 extensionRegistry Lcom/google/protobuf/ExtensionRegistryLite;
1 10 3 length I
4 10 4 oldLimit I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
builder final
extensionRegistry final
public <T extends com.google.protobuf.MessageLite> T readMessage(com.google.protobuf.Parser<T>, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Lcom/google/protobuf/Parser;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawVarint32:()I
istore 3
start local 3 1: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recursionDepth:I
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recursionLimit:I
if_icmplt 3
2: invokestatic com.google.protobuf.InvalidProtocolBufferException.recursionLimitExceeded:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
3: StackMap locals: int
StackMap stack:
aload 0
iload 3
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.pushLimit:(I)I
istore 4
start local 4 4: aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recursionDepth:I
iconst_1
iadd
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recursionDepth:I
5: aload 1
aload 0
aload 2
invokeinterface com.google.protobuf.Parser.parsePartialFrom:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
checkcast com.google.protobuf.MessageLite
astore 5
start local 5 6: aload 0
iconst_0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.checkLastTagWas:(I)V
7: aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recursionDepth:I
iconst_1
isub
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recursionDepth:I
8: aload 0
iload 4
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.popLimit:(I)V
9: aload 5
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
0 10 1 parser Lcom/google/protobuf/Parser<TT;>;
0 10 2 extensionRegistry Lcom/google/protobuf/ExtensionRegistryLite;
1 10 3 length I
4 10 4 oldLimit I
6 10 5 result TT;
Exceptions:
throws java.io.IOException
Signature: <T::Lcom/google/protobuf/MessageLite;>(Lcom/google/protobuf/Parser<TT;>;Lcom/google/protobuf/ExtensionRegistryLite;)TT;
MethodParameters:
Name Flags
parser final
extensionRegistry final
public com.google.protobuf.ByteString readBytes();
descriptor: ()Lcom/google/protobuf/ByteString;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=4, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawVarint32:()I
istore 1
start local 1 1: iload 1
ifle 11
iload 1
i2l
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferLimit:J
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
lsub
lcmp
ifgt 11
2: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.immutable:Z
ifeq 7
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.enableAliasing:Z
ifeq 7
3: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentAddress:J
lsub
l2i
istore 2
start local 2 4: aload 0
iload 2
iload 2
iload 1
iadd
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.slice:(II)Ljava/nio/ByteBuffer;
invokestatic com.google.protobuf.ByteString.wrap:(Ljava/nio/ByteBuffer;)Lcom/google/protobuf/ByteString;
astore 3
start local 3 5: aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
iload 1
i2l
ladd
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
6: aload 3
areturn
end local 3 end local 2 7: StackMap locals: int
StackMap stack:
iload 1
newarray 8
astore 2
start local 2 8: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
aload 2
lconst_0
iload 1
i2l
invokestatic com.google.protobuf.UnsafeUtil.copyMemory:(J[BJJ)V
9: aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
iload 1
i2l
ladd
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
10: aload 2
invokestatic com.google.protobuf.ByteString.wrap:([B)Lcom/google/protobuf/ByteString;
areturn
end local 2 11: StackMap locals:
StackMap stack:
iload 1
ifle 15
iload 1
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.remaining:()I
if_icmpgt 15
12: iload 1
newarray 8
astore 2
start local 2 13: aload 0
aload 2
iconst_0
iload 1
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawBytesTo:([BII)V
14: aload 2
invokestatic com.google.protobuf.ByteString.wrap:([B)Lcom/google/protobuf/ByteString;
areturn
end local 2 15: StackMap locals:
StackMap stack:
iload 1
ifne 17
16: getstatic com.google.protobuf.ByteString.EMPTY:Lcom/google/protobuf/ByteString;
areturn
17: StackMap locals:
StackMap stack:
iload 1
ifge 19
18: invokestatic com.google.protobuf.InvalidProtocolBufferException.negativeSize:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
19: StackMap locals:
StackMap stack:
invokestatic com.google.protobuf.InvalidProtocolBufferException.truncatedMessage:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
1 20 1 size I
4 7 2 idx I
5 7 3 result Lcom/google/protobuf/ByteString;
8 11 2 bytes [B
13 15 2 temp [B
Exceptions:
throws java.io.IOException
public byte[] readByteArray();
descriptor: ()[B
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawVarint32:()I
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawBytes:(I)[B
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
Exceptions:
throws java.io.IOException
public java.nio.ByteBuffer readByteBuffer();
descriptor: ()Ljava/nio/ByteBuffer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=3, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawVarint32:()I
istore 1
start local 1 1: iload 1
ifle 12
iload 1
i2l
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentRemaining:()J
lcmp
ifgt 12
2: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.immutable:Z
ifne 8
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.enableAliasing:Z
ifeq 8
3: aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
iload 1
i2l
ladd
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
4: aload 0
5: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentAddress:J
lsub
iload 1
i2l
lsub
l2i
6: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentAddress:J
lsub
l2i
7: invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.slice:(II)Ljava/nio/ByteBuffer;
areturn
8: StackMap locals: int
StackMap stack:
iload 1
newarray 8
astore 2
start local 2 9: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
aload 2
lconst_0
iload 1
i2l
invokestatic com.google.protobuf.UnsafeUtil.copyMemory:(J[BJJ)V
10: aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
iload 1
i2l
ladd
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
11: aload 2
invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
areturn
end local 2 12: StackMap locals:
StackMap stack:
iload 1
ifle 16
iload 1
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.remaining:()I
if_icmpgt 16
13: iload 1
newarray 8
astore 2
start local 2 14: aload 0
aload 2
iconst_0
iload 1
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawBytesTo:([BII)V
15: aload 2
invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
areturn
end local 2 16: StackMap locals:
StackMap stack:
iload 1
ifne 18
17: getstatic com.google.protobuf.Internal.EMPTY_BYTE_BUFFER:Ljava/nio/ByteBuffer;
areturn
18: StackMap locals:
StackMap stack:
iload 1
ifge 20
19: invokestatic com.google.protobuf.InvalidProtocolBufferException.negativeSize:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
20: StackMap locals:
StackMap stack:
invokestatic com.google.protobuf.InvalidProtocolBufferException.truncatedMessage:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
1 21 1 size I
9 12 2 bytes [B
14 16 2 temp [B
Exceptions:
throws java.io.IOException
public int readUInt32();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawVarint32:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
Exceptions:
throws java.io.IOException
public int readEnum();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawVarint32:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
Exceptions:
throws java.io.IOException
public int readSFixed32();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawLittleEndian32:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
Exceptions:
throws java.io.IOException
public long readSFixed64();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawLittleEndian64:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
Exceptions:
throws java.io.IOException
public int readSInt32();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawVarint32:()I
invokestatic com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.decodeZigZag32:(I)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
Exceptions:
throws java.io.IOException
public long readSInt64();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawVarint64:()J
invokestatic com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.decodeZigZag64:(J)J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
Exceptions:
throws java.io.IOException
public int readRawVarint32();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=5, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
lstore 1
start local 1 1: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferLimit:J
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
lcmp
ifne 3
2: goto 30
3: StackMap locals: long
StackMap stack:
lload 1
dup2
lconst_1
ladd
lstore 1
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
dup
istore 3
start local 3 4: iflt 7
5: aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
lconst_1
ladd
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
6: iload 3
ireturn
7: StackMap locals: int
StackMap stack:
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferLimit:J
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
lsub
ldc 10
lcmp
ifge 9
8: goto 30
9: StackMap locals:
StackMap stack:
iload 3
lload 1
dup2
lconst_1
ladd
lstore 1
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
bipush 7
ishl
ixor
dup
istore 3
ifge 12
10: iload 3
bipush -128
ixor
istore 3
11: goto 28
StackMap locals:
StackMap stack:
12: iload 3
lload 1
dup2
lconst_1
ladd
lstore 1
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
bipush 14
ishl
ixor
dup
istore 3
iflt 15
13: iload 3
sipush 16256
ixor
istore 3
14: goto 28
StackMap locals:
StackMap stack:
15: iload 3
lload 1
dup2
lconst_1
ladd
lstore 1
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
bipush 21
ishl
ixor
dup
istore 3
ifge 18
16: iload 3
ldc -2080896
ixor
istore 3
17: goto 28
18: StackMap locals:
StackMap stack:
lload 1
dup2
lconst_1
ladd
lstore 1
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
istore 4
start local 4 19: iload 3
iload 4
bipush 28
ishl
ixor
istore 3
20: iload 3
ldc 266354560
ixor
istore 3
21: iload 4
ifge 28
22: lload 1
dup2
lconst_1
ladd
lstore 1
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
ifge 28
23: lload 1
dup2
lconst_1
ladd
lstore 1
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
ifge 28
24: lload 1
dup2
lconst_1
ladd
lstore 1
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
ifge 28
25: lload 1
dup2
lconst_1
ladd
lstore 1
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
ifge 28
26: lload 1
dup2
lconst_1
ladd
lstore 1
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
ifge 28
27: goto 30
end local 4 28: StackMap locals:
StackMap stack:
aload 0
lload 1
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
29: iload 3
ireturn
end local 3 end local 1 30: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawVarint64SlowPath:()J
l2i
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 31 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
1 30 1 tempPos J
4 30 3 x I
19 28 4 y I
Exceptions:
throws java.io.IOException
public long readRawVarint64();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=6, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
lstore 1
start local 1 1: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferLimit:J
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
lcmp
ifne 3
2: goto 40
3: StackMap locals: long
StackMap stack:
lload 1
dup2
lconst_1
ladd
lstore 1
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
dup
istore 5
start local 5 4: iflt 7
5: aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
lconst_1
ladd
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
6: iload 5
i2l
lreturn
7: StackMap locals: com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder long top top int
StackMap stack:
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferLimit:J
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
lsub
ldc 10
lcmp
ifge 9
8: goto 40
9: StackMap locals:
StackMap stack:
iload 5
lload 1
dup2
lconst_1
ladd
lstore 1
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
bipush 7
ishl
ixor
dup
istore 5
ifge 12
10: iload 5
bipush -128
ixor
i2l
lstore 3
start local 3 11: goto 38
end local 3 StackMap locals:
StackMap stack:
12: iload 5
lload 1
dup2
lconst_1
ladd
lstore 1
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
bipush 14
ishl
ixor
dup
istore 5
iflt 15
13: iload 5
sipush 16256
ixor
i2l
lstore 3
start local 3 14: goto 38
end local 3 StackMap locals:
StackMap stack:
15: iload 5
lload 1
dup2
lconst_1
ladd
lstore 1
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
bipush 21
ishl
ixor
dup
istore 5
ifge 18
16: iload 5
ldc -2080896
ixor
i2l
lstore 3
start local 3 17: goto 38
end local 3 StackMap locals:
StackMap stack:
18: iload 5
i2l
lload 1
dup2
lconst_1
ladd
lstore 1
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
i2l
bipush 28
lshl
lxor
dup2
lstore 3
start local 3 19: lconst_0
lcmp
iflt 22
20: lload 3
ldc 266354560
lxor
lstore 3
21: goto 38
StackMap locals: com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder long long int
StackMap stack:
22: lload 3
lload 1
dup2
lconst_1
ladd
lstore 1
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
i2l
bipush 35
lshl
lxor
dup2
lstore 3
lconst_0
lcmp
ifge 25
23: lload 3
ldc -34093383808
lxor
lstore 3
24: goto 38
StackMap locals:
StackMap stack:
25: lload 3
lload 1
dup2
lconst_1
ladd
lstore 1
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
i2l
bipush 42
lshl
lxor
dup2
lstore 3
lconst_0
lcmp
iflt 28
26: lload 3
ldc 4363953127296
lxor
lstore 3
27: goto 38
StackMap locals:
StackMap stack:
28: lload 3
lload 1
dup2
lconst_1
ladd
lstore 1
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
i2l
bipush 49
lshl
lxor
dup2
lstore 3
lconst_0
lcmp
ifge 32
29: lload 3
30: ldc -558586000294016
lxor
lstore 3
31: goto 38
32: StackMap locals:
StackMap stack:
lload 3
lload 1
dup2
lconst_1
ladd
lstore 1
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
i2l
bipush 56
lshl
lxor
lstore 3
33: lload 3
34: ldc 71499008037633920
lxor
lstore 3
35: lload 3
lconst_0
lcmp
ifge 38
36: lload 1
dup2
lconst_1
ladd
lstore 1
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
i2l
lconst_0
lcmp
ifge 38
37: goto 40
38: StackMap locals:
StackMap stack:
aload 0
lload 1
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
39: lload 3
lreturn
end local 5 end local 3 end local 1 40: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawVarint64SlowPath:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 41 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
1 40 1 tempPos J
11 12 3 x J
14 15 3 x J
17 18 3 x J
19 40 3 x J
4 40 5 y I
Exceptions:
throws java.io.IOException
long readRawVarint64SlowPath();
descriptor: ()J
flags: (0x0000)
Code:
stack=5, locals=5, args_size=1
start local 0 0: lconst_0
lstore 1
start local 1 1: iconst_0
istore 3
start local 3 2: goto 8
3: StackMap locals: long int
StackMap stack:
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawByte:()B
istore 4
start local 4 4: lload 1
iload 4
bipush 127
iand
i2l
iload 3
lshl
lor
lstore 1
5: iload 4
sipush 128
iand
ifne 7
6: lload 1
lreturn
end local 4 7: StackMap locals:
StackMap stack:
iinc 3 7
StackMap locals:
StackMap stack:
8: iload 3
bipush 64
if_icmplt 3
end local 3 9: invokestatic com.google.protobuf.InvalidProtocolBufferException.malformedVarint:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
1 10 1 result J
2 9 3 shift I
4 7 4 b B
Exceptions:
throws java.io.IOException
public int readRawLittleEndian32();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentRemaining:()J
ldc 4
lcmp
iflt 10
1: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
lstore 1
start local 1 2: aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
ldc 4
ladd
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
3: lload 1
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
sipush 255
iand
4: lload 1
lconst_1
ladd
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
sipush 255
iand
bipush 8
ishl
5: ior
6: lload 1
ldc 2
ladd
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
sipush 255
iand
bipush 16
ishl
7: ior
8: lload 1
ldc 3
ladd
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
sipush 255
iand
bipush 24
ishl
9: ior
ireturn
end local 1 10: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawByte:()B
sipush 255
iand
11: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawByte:()B
sipush 255
iand
bipush 8
ishl
12: ior
13: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawByte:()B
sipush 255
iand
bipush 16
ishl
14: ior
15: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawByte:()B
sipush 255
iand
bipush 24
ishl
16: ior
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
2 10 1 tempPos J
Exceptions:
throws java.io.IOException
public long readRawLittleEndian64();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentRemaining:()J
ldc 8
lcmp
iflt 18
1: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
lstore 1
start local 1 2: aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
ldc 8
ladd
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
3: lload 1
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
i2l
ldc 255
land
4: lload 1
lconst_1
ladd
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
i2l
ldc 255
land
bipush 8
lshl
5: lor
6: lload 1
ldc 2
ladd
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
i2l
ldc 255
land
bipush 16
lshl
7: lor
8: lload 1
ldc 3
ladd
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
i2l
ldc 255
land
bipush 24
lshl
9: lor
10: lload 1
ldc 4
ladd
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
i2l
ldc 255
land
bipush 32
lshl
11: lor
12: lload 1
ldc 5
ladd
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
i2l
ldc 255
land
bipush 40
lshl
13: lor
14: lload 1
ldc 6
ladd
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
i2l
ldc 255
land
bipush 48
lshl
15: lor
16: lload 1
ldc 7
ladd
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
i2l
ldc 255
land
bipush 56
lshl
17: lor
lreturn
end local 1 18: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawByte:()B
i2l
ldc 255
land
19: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawByte:()B
i2l
ldc 255
land
bipush 8
lshl
20: lor
21: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawByte:()B
i2l
ldc 255
land
bipush 16
lshl
22: lor
23: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawByte:()B
i2l
ldc 255
land
bipush 24
lshl
24: lor
25: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawByte:()B
i2l
ldc 255
land
bipush 32
lshl
26: lor
27: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawByte:()B
i2l
ldc 255
land
bipush 40
lshl
28: lor
29: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawByte:()B
i2l
ldc 255
land
bipush 48
lshl
30: lor
31: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawByte:()B
i2l
ldc 255
land
bipush 56
lshl
32: lor
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 33 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
2 18 1 tempPos J
Exceptions:
throws java.io.IOException
public void enableAliasing(boolean);
descriptor: (Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.enableAliasing:Z
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
0 2 1 enabled Z
MethodParameters:
Name Flags
enabled
public void resetSizeCounter();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.totalBytesRead:I
i2l
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
ladd
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferStartPos:J
lsub
l2i
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.startOffset:I
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
public int pushLimit(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: iload 1
ifge 2
1: invokestatic com.google.protobuf.InvalidProtocolBufferException.negativeSize:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
2: StackMap locals:
StackMap stack:
iload 1
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.getTotalBytesRead:()I
iadd
istore 1
3: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentLimit:I
istore 2
start local 2 4: iload 1
iload 2
if_icmple 6
5: invokestatic com.google.protobuf.InvalidProtocolBufferException.truncatedMessage:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
6: StackMap locals: int
StackMap stack:
aload 0
iload 1
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentLimit:I
7: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recomputeBufferSizeAfterLimit:()V
8: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
0 9 1 byteLimit I
4 9 2 oldLimit I
Exceptions:
throws com.google.protobuf.InvalidProtocolBufferException
MethodParameters:
Name Flags
byteLimit
private void recomputeBufferSizeAfterLimit();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.totalBufferSize:I
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.bufferSizeAfterCurrentLimit:I
iadd
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.totalBufferSize:I
1: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.totalBufferSize:I
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.startOffset:I
isub
istore 1
start local 1 2: iload 1
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentLimit:I
if_icmple 6
3: aload 0
iload 1
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentLimit:I
isub
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.bufferSizeAfterCurrentLimit:I
4: aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.totalBufferSize:I
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.bufferSizeAfterCurrentLimit:I
isub
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.totalBufferSize:I
5: goto 7
6: StackMap locals: int
StackMap stack:
aload 0
iconst_0
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.bufferSizeAfterCurrentLimit:I
7: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
2 8 1 bufferEnd I
public void popLimit(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentLimit:I
1: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.recomputeBufferSizeAfterLimit:()V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
0 3 1 oldLimit I
MethodParameters:
Name Flags
oldLimit final
public int getBytesUntilLimit();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentLimit:I
ldc 2147483647
if_icmpne 2
1: iconst_m1
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentLimit:I
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.getTotalBytesRead:()I
isub
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
public boolean isAtEnd();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.totalBytesRead:I
i2l
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
ladd
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferStartPos:J
lsub
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.totalBufferSize:I
i2l
lcmp
ifne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
Exceptions:
throws java.io.IOException
public int getTotalBytesRead();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.totalBytesRead:I
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.startOffset:I
isub
i2l
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
ladd
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferStartPos:J
lsub
l2i
1: ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
public byte readRawByte();
descriptor: ()B
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentRemaining:()J
lconst_0
lcmp
ifne 2
1: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.getNextByteBuffer:()V
2: StackMap locals:
StackMap stack:
aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
dup2_x1
lconst_1
ladd
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
invokestatic com.google.protobuf.UnsafeUtil.getByte:(J)B
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
Exceptions:
throws java.io.IOException
public byte[] readRawBytes(int);
descriptor: (I)[B
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=3, args_size=2
start local 0 start local 1 0: iload 1
iflt 5
iload 1
i2l
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentRemaining:()J
lcmp
ifgt 5
1: iload 1
newarray 8
astore 2
start local 2 2: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
aload 2
lconst_0
iload 1
i2l
invokestatic com.google.protobuf.UnsafeUtil.copyMemory:(J[BJJ)V
3: aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
iload 1
i2l
ladd
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
4: aload 2
areturn
end local 2 5: StackMap locals:
StackMap stack:
iload 1
iflt 9
iload 1
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.remaining:()I
if_icmpgt 9
6: iload 1
newarray 8
astore 2
start local 2 7: aload 0
aload 2
iconst_0
iload 1
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawBytesTo:([BII)V
8: aload 2
areturn
end local 2 9: StackMap locals:
StackMap stack:
iload 1
ifgt 13
10: iload 1
ifne 12
11: getstatic com.google.protobuf.Internal.EMPTY_BYTE_ARRAY:[B
areturn
12: StackMap locals:
StackMap stack:
invokestatic com.google.protobuf.InvalidProtocolBufferException.negativeSize:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
13: StackMap locals:
StackMap stack:
invokestatic com.google.protobuf.InvalidProtocolBufferException.truncatedMessage:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
0 14 1 length I
2 5 2 bytes [B
7 9 2 bytes [B
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
length final
private void readRawBytesTo(byte[], int, int);
descriptor: ([BII)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iload 3
iflt 11
iload 3
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.remaining:()I
if_icmpgt 11
1: iload 3
istore 4
start local 4 2: goto 9
3: StackMap locals: int
StackMap stack:
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentRemaining:()J
lconst_0
lcmp
ifne 5
4: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.getNextByteBuffer:()V
5: StackMap locals:
StackMap stack:
iload 4
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentRemaining:()J
l2i
invokestatic java.lang.Math.min:(II)I
istore 5
start local 5 6: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
aload 1
iload 3
iload 4
isub
iload 2
iadd
i2l
iload 5
i2l
invokestatic com.google.protobuf.UnsafeUtil.copyMemory:(J[BJJ)V
7: iload 4
iload 5
isub
istore 4
8: aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
iload 5
i2l
ladd
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
end local 5 9: StackMap locals:
StackMap stack:
iload 4
ifgt 3
10: return
end local 4 11: StackMap locals:
StackMap stack:
iload 3
ifgt 15
12: iload 3
ifne 14
13: return
14: StackMap locals:
StackMap stack:
invokestatic com.google.protobuf.InvalidProtocolBufferException.negativeSize:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
15: StackMap locals:
StackMap stack:
invokestatic com.google.protobuf.InvalidProtocolBufferException.truncatedMessage:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
0 16 1 bytes [B
0 16 2 offset I
0 16 3 length I
2 11 4 l I
6 9 5 bytesToCopy I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
bytes
offset
length final
public void skipRawBytes(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=2
start local 0 start local 1 0: iload 1
iflt 18
1: iload 1
i2l
2: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.totalBufferSize:I
3: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.totalBytesRead:I
4: isub
i2l
5: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
6: lsub
7: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferStartPos:J
8: ladd
lcmp
ifgt 18
9: iload 1
istore 2
start local 2 10: goto 16
11: StackMap locals: int
StackMap stack:
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentRemaining:()J
lconst_0
lcmp
ifne 13
12: aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.getNextByteBuffer:()V
13: StackMap locals:
StackMap stack:
iload 2
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentRemaining:()J
l2i
invokestatic java.lang.Math.min:(II)I
istore 3
start local 3 14: iload 2
iload 3
isub
istore 2
15: aload 0
dup
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
iload 3
i2l
ladd
putfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
end local 3 16: StackMap locals:
StackMap stack:
iload 2
ifgt 11
17: return
end local 2 18: StackMap locals:
StackMap stack:
iload 1
ifge 20
19: invokestatic com.google.protobuf.InvalidProtocolBufferException.negativeSize:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
20: StackMap locals:
StackMap stack:
invokestatic com.google.protobuf.InvalidProtocolBufferException.truncatedMessage:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
0 21 1 length I
10 18 2 l I
14 16 3 rl I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
length final
private void skipRawVarint();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: goto 5
2: StackMap locals: int
StackMap stack:
aload 0
invokevirtual com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.readRawByte:()B
iflt 4
3: return
4: StackMap locals:
StackMap stack:
iinc 1 1
StackMap locals:
StackMap stack:
5: iload 1
bipush 10
if_icmplt 2
end local 1 6: invokestatic com.google.protobuf.InvalidProtocolBufferException.malformedVarint:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
1 6 1 i I
Exceptions:
throws java.io.IOException
private int remaining();
descriptor: ()I
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.totalBufferSize:I
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.totalBytesRead:I
isub
i2l
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
lsub
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferStartPos:J
ladd
l2i
1: ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
private long currentRemaining();
descriptor: ()J
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferLimit:J
aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBufferPos:J
lsub
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
private java.nio.ByteBuffer slice(int, int);
descriptor: (II)Ljava/nio/ByteBuffer;
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=7, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBuffer:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.position:()I
istore 3
start local 3 1: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBuffer:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.limit:()I
istore 4
start local 4 2: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBuffer:Ljava/nio/ByteBuffer;
iload 1
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
pop
3: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBuffer:Ljava/nio/ByteBuffer;
iload 2
invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
pop
4: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBuffer:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.slice:()Ljava/nio/ByteBuffer;
astore 6
5: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBuffer:Ljava/nio/ByteBuffer;
iload 3
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
pop
6: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBuffer:Ljava/nio/ByteBuffer;
iload 4
invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
pop
7: aload 6
areturn
8: StackMap locals: com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder int int int int
StackMap stack: java.lang.IllegalArgumentException
pop
9: invokestatic com.google.protobuf.InvalidProtocolBufferException.truncatedMessage:()Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
10: StackMap locals:
StackMap stack: java.lang.Throwable
astore 5
11: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBuffer:Ljava/nio/ByteBuffer;
iload 3
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
pop
12: aload 0
getfield com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder.currentByteBuffer:Ljava/nio/ByteBuffer;
iload 4
invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
pop
13: aload 5
athrow
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder;
0 14 1 begin I
0 14 2 end I
1 14 3 prevPos I
2 14 4 prevLimit I
Exception table:
from to target type
2 5 8 Class java.lang.IllegalArgumentException
2 5 10 any
8 10 10 any
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
begin
end
}
SourceFile: "CodedInputStream.java"
NestHost: com.google.protobuf.CodedInputStream
InnerClasses:
private final IterableDirectByteBufferDecoder = com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder of com.google.protobuf.CodedInputStream
public InvalidWireTypeException = com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException of com.google.protobuf.InvalidProtocolBufferException
public abstract Builder = com.google.protobuf.MessageLite$Builder of com.google.protobuf.MessageLite