class com.google.protobuf.CodedOutputStream$ArrayEncoder extends com.google.protobuf.CodedOutputStream
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.protobuf.CodedOutputStream$ArrayEncoder
super_class: com.google.protobuf.CodedOutputStream
{
private final byte[] buffer;
descriptor: [B
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int offset;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int limit;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private int position;
descriptor: I
flags: (0x0002) ACC_PRIVATE
void <init>(byte[], int, int);
descriptor: ([BII)V
flags: (0x0000)
Code:
stack=7, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial com.google.protobuf.CodedOutputStream.<init>:()V
1: aload 1
ifnonnull 3
2: new java.lang.NullPointerException
dup
ldc "buffer"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: com.google.protobuf.CodedOutputStream$ArrayEncoder byte[] int int
StackMap stack:
iload 2
iload 3
ior
aload 1
arraylength
iload 2
iload 3
iadd
isub
ior
ifge 9
4: new java.lang.IllegalArgumentException
dup
5: ldc "Array range is invalid. Buffer.length=%d, offset=%d, length=%d"
iconst_3
anewarray java.lang.Object
dup
iconst_0
6: aload 1
arraylength
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_1
iload 2
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_2
iload 3
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
7: invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
8: invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
9: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
10: aload 0
iload 2
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.offset:I
11: aload 0
iload 2
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
12: aload 0
iload 2
iload 3
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.limit:I
13: return
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/CodedOutputStream$ArrayEncoder;
0 14 1 buffer [B
0 14 2 offset I
0 14 3 length I
MethodParameters:
Name Flags
buffer
offset
length
public final void writeTag(int, int);
descriptor: (II)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iload 2
invokestatic com.google.protobuf.WireFormat.makeTag:(II)I
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeUInt32NoTag:(I)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/CodedOutputStream$ArrayEncoder;
0 2 1 fieldNumber I
0 2 2 wireType I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
wireType final
public final void writeInt32(int, int);
descriptor: (II)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iconst_0
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeTag:(II)V
1: aload 0
iload 2
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeInt32NoTag:(I)V
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 3 1 fieldNumber I
0 3 2 value I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
value final
public final void writeUInt32(int, int);
descriptor: (II)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iconst_0
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeTag:(II)V
1: aload 0
iload 2
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeUInt32NoTag:(I)V
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 3 1 fieldNumber I
0 3 2 value I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
value final
public final void writeFixed32(int, int);
descriptor: (II)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iconst_5
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeTag:(II)V
1: aload 0
iload 2
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeFixed32NoTag:(I)V
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 3 1 fieldNumber I
0 3 2 value I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
value final
public final void writeUInt64(int, long);
descriptor: (IJ)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iconst_0
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeTag:(II)V
1: aload 0
lload 2
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeUInt64NoTag:(J)V
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 3 1 fieldNumber I
0 3 2 value J
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
value final
public final void writeFixed64(int, long);
descriptor: (IJ)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iconst_1
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeTag:(II)V
1: aload 0
lload 2
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeFixed64NoTag:(J)V
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 3 1 fieldNumber I
0 3 2 value J
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
value final
public final void writeBool(int, boolean);
descriptor: (IZ)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iconst_0
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeTag:(II)V
1: aload 0
iload 2
ifeq 2
iconst_1
goto 3
StackMap locals:
StackMap stack: com.google.protobuf.CodedOutputStream$ArrayEncoder
2: iconst_0
StackMap locals: com.google.protobuf.CodedOutputStream$ArrayEncoder int int
StackMap stack: com.google.protobuf.CodedOutputStream$ArrayEncoder int
3: i2b
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.write:(B)V
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 5 1 fieldNumber I
0 5 2 value Z
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
value final
public final void writeString(int, java.lang.String);
descriptor: (ILjava/lang/String;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iconst_2
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeTag:(II)V
1: aload 0
aload 2
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeStringNoTag:(Ljava/lang/String;)V
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 3 1 fieldNumber I
0 3 2 value Ljava/lang/String;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
value final
public final void writeBytes(int, com.google.protobuf.ByteString);
descriptor: (ILcom/google/protobuf/ByteString;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iconst_2
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeTag:(II)V
1: aload 0
aload 2
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeBytesNoTag:(Lcom/google/protobuf/ByteString;)V
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 3 1 fieldNumber I
0 3 2 value Lcom/google/protobuf/ByteString;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
value final
public final void writeByteArray(int, byte[]);
descriptor: (I[B)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
aload 2
iconst_0
aload 2
arraylength
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeByteArray:(I[BII)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/CodedOutputStream$ArrayEncoder;
0 2 1 fieldNumber I
0 2 2 value [B
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
value final
public final void writeByteArray(int, byte[], int, int);
descriptor: (I[BII)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
iload 1
iconst_2
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeTag:(II)V
1: aload 0
aload 2
iload 3
iload 4
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeByteArrayNoTag:([BII)V
2: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 3 1 fieldNumber I
0 3 2 value [B
0 3 3 offset I
0 3 4 length I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
value final
offset final
length final
public final void writeByteBuffer(int, java.nio.ByteBuffer);
descriptor: (ILjava/nio/ByteBuffer;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iconst_2
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeTag:(II)V
1: aload 0
aload 2
invokevirtual java.nio.ByteBuffer.capacity:()I
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeUInt32NoTag:(I)V
2: aload 0
aload 2
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeRawBytes:(Ljava/nio/ByteBuffer;)V
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 4 1 fieldNumber I
0 4 2 value Ljava/nio/ByteBuffer;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
value final
public final void writeBytesNoTag(com.google.protobuf.ByteString);
descriptor: (Lcom/google/protobuf/ByteString;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.google.protobuf.ByteString.size:()I
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeUInt32NoTag:(I)V
1: aload 1
aload 0
invokevirtual com.google.protobuf.ByteString.writeTo:(Lcom/google/protobuf/ByteOutput;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 3 1 value Lcom/google/protobuf/ByteString;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value final
public final void writeByteArrayNoTag(byte[], int, int);
descriptor: ([BII)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
iload 3
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeUInt32NoTag:(I)V
1: aload 0
aload 1
iload 2
iload 3
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.write:([BII)V
2: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 3 1 value [B
0 3 2 offset I
0 3 3 length I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value final
offset
length
public final void writeRawBytes(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual java.nio.ByteBuffer.hasArray:()Z
ifeq 3
1: aload 0
aload 1
invokevirtual java.nio.ByteBuffer.array:()[B
aload 1
invokevirtual java.nio.ByteBuffer.arrayOffset:()I
aload 1
invokevirtual java.nio.ByteBuffer.capacity:()I
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.write:([BII)V
2: goto 6
3: StackMap locals:
StackMap stack:
aload 1
invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
astore 2
start local 2 4: aload 2
invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/Buffer;
pop
5: aload 0
aload 2
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.write:(Ljava/nio/ByteBuffer;)V
end local 2 6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 7 1 value Ljava/nio/ByteBuffer;
4 6 2 duplicated Ljava/nio/ByteBuffer;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value final
public final void writeMessage(int, com.google.protobuf.MessageLite);
descriptor: (ILcom/google/protobuf/MessageLite;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iconst_2
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeTag:(II)V
1: aload 0
aload 2
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeMessageNoTag:(Lcom/google/protobuf/MessageLite;)V
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 3 1 fieldNumber I
0 3 2 value Lcom/google/protobuf/MessageLite;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
value final
final void writeMessage(int, com.google.protobuf.MessageLite, com.google.protobuf.Schema);
descriptor: (ILcom/google/protobuf/MessageLite;Lcom/google/protobuf/Schema;)V
flags: (0x0010) ACC_FINAL
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
iload 1
iconst_2
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeTag:(II)V
1: aload 0
aload 2
checkcast com.google.protobuf.AbstractMessageLite
aload 3
invokevirtual com.google.protobuf.AbstractMessageLite.getSerializedSize:(Lcom/google/protobuf/Schema;)I
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeUInt32NoTag:(I)V
2: aload 3
aload 2
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.wrapper:Lcom/google/protobuf/CodedOutputStreamWriter;
invokeinterface com.google.protobuf.Schema.writeTo:(Ljava/lang/Object;Lcom/google/protobuf/Writer;)V
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 4 1 fieldNumber I
0 4 2 value Lcom/google/protobuf/MessageLite;
0 4 3 schema Lcom/google/protobuf/Schema;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
value final
schema
public final void writeMessageSetExtension(int, com.google.protobuf.MessageLite);
descriptor: (ILcom/google/protobuf/MessageLite;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iconst_1
iconst_3
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeTag:(II)V
1: aload 0
iconst_2
iload 1
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeUInt32:(II)V
2: aload 0
iconst_3
aload 2
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeMessage:(ILcom/google/protobuf/MessageLite;)V
3: aload 0
iconst_1
iconst_4
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeTag:(II)V
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 5 1 fieldNumber I
0 5 2 value Lcom/google/protobuf/MessageLite;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
value final
public final void writeRawMessageSetExtension(int, com.google.protobuf.ByteString);
descriptor: (ILcom/google/protobuf/ByteString;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iconst_1
iconst_3
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeTag:(II)V
1: aload 0
iconst_2
iload 1
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeUInt32:(II)V
2: aload 0
iconst_3
aload 2
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeBytes:(ILcom/google/protobuf/ByteString;)V
3: aload 0
iconst_1
iconst_4
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeTag:(II)V
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 5 1 fieldNumber I
0 5 2 value Lcom/google/protobuf/ByteString;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
value final
public final void writeMessageNoTag(com.google.protobuf.MessageLite);
descriptor: (Lcom/google/protobuf/MessageLite;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokeinterface com.google.protobuf.MessageLite.getSerializedSize:()I
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeUInt32NoTag:(I)V
1: aload 1
aload 0
invokeinterface com.google.protobuf.MessageLite.writeTo:(Lcom/google/protobuf/CodedOutputStream;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 3 1 value Lcom/google/protobuf/MessageLite;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value final
final void writeMessageNoTag(com.google.protobuf.MessageLite, com.google.protobuf.Schema);
descriptor: (Lcom/google/protobuf/MessageLite;Lcom/google/protobuf/Schema;)V
flags: (0x0010) ACC_FINAL
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
checkcast com.google.protobuf.AbstractMessageLite
aload 2
invokevirtual com.google.protobuf.AbstractMessageLite.getSerializedSize:(Lcom/google/protobuf/Schema;)I
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeUInt32NoTag:(I)V
1: aload 2
aload 1
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.wrapper:Lcom/google/protobuf/CodedOutputStreamWriter;
invokeinterface com.google.protobuf.Schema.writeTo:(Ljava/lang/Object;Lcom/google/protobuf/Writer;)V
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 3 1 value Lcom/google/protobuf/MessageLite;
0 3 2 schema Lcom/google/protobuf/Schema;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value final
schema
public final void write(byte);
descriptor: (B)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=7, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
iload 1
bastore
1: goto 6
StackMap locals:
StackMap stack: java.lang.IndexOutOfBoundsException
2: astore 2
start local 2 3: new com.google.protobuf.CodedOutputStream$OutOfSpaceException
dup
4: ldc "Pos: %d, limit: %d, len: %d"
iconst_3
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_1
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.limit:I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_2
iconst_1
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
aload 2
5: invokespecial com.google.protobuf.CodedOutputStream$OutOfSpaceException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 2 6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 7 1 value B
3 6 2 e Ljava/lang/IndexOutOfBoundsException;
Exception table:
from to target type
0 1 2 Class java.lang.IndexOutOfBoundsException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value
public final void writeInt32NoTag(int);
descriptor: (I)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: iload 1
iflt 3
1: aload 0
iload 1
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeUInt32NoTag:(I)V
2: goto 4
3: StackMap locals:
StackMap stack:
aload 0
iload 1
i2l
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeUInt64NoTag:(J)V
4: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 5 1 value I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value
public final void writeUInt32NoTag(int);
descriptor: (I)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=7, locals=3, args_size=2
start local 0 start local 1 0: getstatic com.google.protobuf.CodedOutputStream.HAS_UNSAFE_ARRAY_OPERATIONS:Z
ifeq 25
1: invokestatic com.google.protobuf.Android.isOnAndroidDevice:()Z
ifne 25
2: aload 0
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.spaceLeft:()I
iconst_5
if_icmplt 25
3: iload 1
bipush -128
iand
ifne 6
4: aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
i2l
iload 1
i2b
invokestatic com.google.protobuf.UnsafeUtil.putByte:([BJB)V
5: return
6: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
i2l
iload 1
sipush 128
ior
i2b
invokestatic com.google.protobuf.UnsafeUtil.putByte:([BJB)V
7: iload 1
bipush 7
iushr
istore 1
8: iload 1
bipush -128
iand
ifne 11
9: aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
i2l
iload 1
i2b
invokestatic com.google.protobuf.UnsafeUtil.putByte:([BJB)V
10: return
11: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
i2l
iload 1
sipush 128
ior
i2b
invokestatic com.google.protobuf.UnsafeUtil.putByte:([BJB)V
12: iload 1
bipush 7
iushr
istore 1
13: iload 1
bipush -128
iand
ifne 16
14: aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
i2l
iload 1
i2b
invokestatic com.google.protobuf.UnsafeUtil.putByte:([BJB)V
15: return
16: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
i2l
iload 1
sipush 128
ior
i2b
invokestatic com.google.protobuf.UnsafeUtil.putByte:([BJB)V
17: iload 1
bipush 7
iushr
istore 1
18: iload 1
bipush -128
iand
ifne 21
19: aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
i2l
iload 1
i2b
invokestatic com.google.protobuf.UnsafeUtil.putByte:([BJB)V
20: return
21: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
i2l
iload 1
sipush 128
ior
i2b
invokestatic com.google.protobuf.UnsafeUtil.putByte:([BJB)V
22: iload 1
bipush 7
iushr
istore 1
23: aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
i2l
iload 1
i2b
invokestatic com.google.protobuf.UnsafeUtil.putByte:([BJB)V
24: goto 35
25: StackMap locals:
StackMap stack:
iload 1
bipush -128
iand
ifne 28
26: aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
iload 1
i2b
bastore
27: return
28: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
iload 1
bipush 127
iand
sipush 128
ior
i2b
bastore
29: iload 1
bipush 7
iushr
istore 1
30: goto 25
31: StackMap locals:
StackMap stack: java.lang.IndexOutOfBoundsException
astore 2
start local 2 32: new com.google.protobuf.CodedOutputStream$OutOfSpaceException
dup
33: ldc "Pos: %d, limit: %d, len: %d"
iconst_3
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_1
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.limit:I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_2
iconst_1
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
aload 2
34: invokespecial com.google.protobuf.CodedOutputStream$OutOfSpaceException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 2 35: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 36 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 36 1 value I
32 35 2 e Ljava/lang/IndexOutOfBoundsException;
Exception table:
from to target type
25 27 31 Class java.lang.IndexOutOfBoundsException
28 31 31 Class java.lang.IndexOutOfBoundsException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value
public final void writeFixed32NoTag(int);
descriptor: (I)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=7, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
iload 1
sipush 255
iand
i2b
bastore
1: aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
iload 1
bipush 8
ishr
sipush 255
iand
i2b
bastore
2: aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
iload 1
bipush 16
ishr
sipush 255
iand
i2b
bastore
3: aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
iload 1
bipush 24
ishr
sipush 255
iand
i2b
bastore
4: goto 9
StackMap locals:
StackMap stack: java.lang.IndexOutOfBoundsException
5: astore 2
start local 2 6: new com.google.protobuf.CodedOutputStream$OutOfSpaceException
dup
7: ldc "Pos: %d, limit: %d, len: %d"
iconst_3
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_1
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.limit:I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_2
iconst_1
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
aload 2
8: invokespecial com.google.protobuf.CodedOutputStream$OutOfSpaceException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 2 9: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 10 1 value I
6 9 2 e Ljava/lang/IndexOutOfBoundsException;
Exception table:
from to target type
0 4 5 Class java.lang.IndexOutOfBoundsException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value
public final void writeUInt64NoTag(long);
descriptor: (J)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=7, locals=4, args_size=2
start local 0 start local 1 0: getstatic com.google.protobuf.CodedOutputStream.HAS_UNSAFE_ARRAY_OPERATIONS:Z
ifeq 7
aload 0
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.spaceLeft:()I
bipush 10
if_icmplt 7
1: StackMap locals:
StackMap stack:
lload 1
ldc -128
land
lconst_0
lcmp
ifne 4
2: aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
i2l
lload 1
l2i
i2b
invokestatic com.google.protobuf.UnsafeUtil.putByte:([BJB)V
3: return
4: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
i2l
lload 1
l2i
bipush 127
iand
sipush 128
ior
i2b
invokestatic com.google.protobuf.UnsafeUtil.putByte:([BJB)V
5: lload 1
bipush 7
lushr
lstore 1
6: goto 1
7: StackMap locals:
StackMap stack:
lload 1
ldc -128
land
lconst_0
lcmp
ifne 10
8: aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
lload 1
l2i
i2b
bastore
9: return
10: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
lload 1
l2i
bipush 127
iand
sipush 128
ior
i2b
bastore
11: lload 1
bipush 7
lushr
lstore 1
12: goto 7
13: StackMap locals:
StackMap stack: java.lang.IndexOutOfBoundsException
astore 3
start local 3 14: new com.google.protobuf.CodedOutputStream$OutOfSpaceException
dup
15: ldc "Pos: %d, limit: %d, len: %d"
iconst_3
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_1
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.limit:I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_2
iconst_1
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
aload 3
16: invokespecial com.google.protobuf.CodedOutputStream$OutOfSpaceException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 17 1 value J
14 17 3 e Ljava/lang/IndexOutOfBoundsException;
Exception table:
from to target type
7 9 13 Class java.lang.IndexOutOfBoundsException
10 13 13 Class java.lang.IndexOutOfBoundsException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value
public final void writeFixed64NoTag(long);
descriptor: (J)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=7, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
lload 1
l2i
sipush 255
iand
i2b
bastore
1: aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
lload 1
bipush 8
lshr
l2i
sipush 255
iand
i2b
bastore
2: aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
lload 1
bipush 16
lshr
l2i
sipush 255
iand
i2b
bastore
3: aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
lload 1
bipush 24
lshr
l2i
sipush 255
iand
i2b
bastore
4: aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
lload 1
bipush 32
lshr
l2i
sipush 255
iand
i2b
bastore
5: aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
lload 1
bipush 40
lshr
l2i
sipush 255
iand
i2b
bastore
6: aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
lload 1
bipush 48
lshr
l2i
sipush 255
iand
i2b
bastore
7: aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
lload 1
bipush 56
lshr
l2i
sipush 255
iand
i2b
bastore
8: goto 13
StackMap locals:
StackMap stack: java.lang.IndexOutOfBoundsException
9: astore 3
start local 3 10: new com.google.protobuf.CodedOutputStream$OutOfSpaceException
dup
11: ldc "Pos: %d, limit: %d, len: %d"
iconst_3
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_1
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.limit:I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_2
iconst_1
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
aload 3
12: invokespecial com.google.protobuf.CodedOutputStream$OutOfSpaceException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 3 13: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 14 1 value J
10 13 3 e Ljava/lang/IndexOutOfBoundsException;
Exception table:
from to target type
0 8 9 Class java.lang.IndexOutOfBoundsException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value
public final void write(byte[], int, int);
descriptor: ([BII)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=7, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
iload 2
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
iload 3
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
1: aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
iload 3
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
2: goto 7
StackMap locals:
StackMap stack: java.lang.IndexOutOfBoundsException
3: astore 4
start local 4 4: new com.google.protobuf.CodedOutputStream$OutOfSpaceException
dup
5: ldc "Pos: %d, limit: %d, len: %d"
iconst_3
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_1
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.limit:I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_2
iload 3
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
aload 4
6: invokespecial com.google.protobuf.CodedOutputStream$OutOfSpaceException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 4 7: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 8 1 value [B
0 8 2 offset I
0 8 3 length I
4 7 4 e Ljava/lang/IndexOutOfBoundsException;
Exception table:
from to target type
0 2 3 Class java.lang.IndexOutOfBoundsException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value
offset
length
public final void writeLazy(byte[], int, int);
descriptor: ([BII)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
iload 2
iload 3
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.write:([BII)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 2 1 value [B
0 2 2 offset I
0 2 3 length I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value
offset
length
public final void write(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=7, locals=4, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual java.nio.ByteBuffer.remaining:()I
istore 2
start local 2 1: aload 1
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
iload 2
invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
pop
2: aload 0
dup
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
iload 2
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
3: goto 8
StackMap locals: com.google.protobuf.CodedOutputStream$ArrayEncoder java.nio.ByteBuffer int
StackMap stack: java.lang.IndexOutOfBoundsException
4: astore 3
start local 3 5: new com.google.protobuf.CodedOutputStream$OutOfSpaceException
dup
6: ldc "Pos: %d, limit: %d, len: %d"
iconst_3
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_1
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.limit:I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_2
iload 2
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
aload 3
7: invokespecial com.google.protobuf.CodedOutputStream$OutOfSpaceException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 3 8: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 9 1 value Ljava/nio/ByteBuffer;
1 9 2 length I
5 8 3 e Ljava/lang/IndexOutOfBoundsException;
Exception table:
from to target type
1 3 4 Class java.lang.IndexOutOfBoundsException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value
public final void writeLazy(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.write:(Ljava/nio/ByteBuffer;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 2 1 value Ljava/nio/ByteBuffer;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value
public final void writeStringNoTag(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=5, locals=8, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
istore 2
start local 2 1: aload 1
invokevirtual java.lang.String.length:()I
iconst_3
imul
istore 3
start local 3 2: iload 3
invokestatic com.google.protobuf.CodedOutputStream$ArrayEncoder.computeUInt32SizeNoTag:(I)I
istore 4
start local 4 3: aload 1
invokevirtual java.lang.String.length:()I
invokestatic com.google.protobuf.CodedOutputStream$ArrayEncoder.computeUInt32SizeNoTag:(I)I
istore 5
start local 5 4: iload 5
iload 4
if_icmpne 12
5: aload 0
iload 2
iload 5
iadd
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
6: aload 1
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
aload 0
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.spaceLeft:()I
invokestatic com.google.protobuf.Utf8.encode:(Ljava/lang/CharSequence;[BII)I
istore 6
start local 6 7: aload 0
iload 2
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
8: iload 6
iload 2
isub
iload 5
isub
istore 7
start local 7 9: aload 0
iload 7
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeUInt32NoTag:(I)V
10: aload 0
iload 6
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
end local 7 end local 6 11: goto 22
12: StackMap locals: com.google.protobuf.CodedOutputStream$ArrayEncoder java.lang.String int int int int
StackMap stack:
aload 1
invokestatic com.google.protobuf.Utf8.encodedLength:(Ljava/lang/CharSequence;)I
istore 6
start local 6 13: aload 0
iload 6
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.writeUInt32NoTag:(I)V
14: aload 0
aload 1
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.buffer:[B
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
aload 0
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.spaceLeft:()I
invokestatic com.google.protobuf.Utf8.encode:(Ljava/lang/CharSequence;[BII)I
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
end local 6 end local 5 end local 4 end local 3 15: goto 22
StackMap locals: com.google.protobuf.CodedOutputStream$ArrayEncoder java.lang.String int
StackMap stack: com.google.protobuf.Utf8$UnpairedSurrogateException
16: astore 3
start local 3 17: aload 0
iload 2
putfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
18: aload 0
aload 1
aload 3
invokevirtual com.google.protobuf.CodedOutputStream$ArrayEncoder.inefficientWriteStringNoTag:(Ljava/lang/String;Lcom/google/protobuf/Utf8$UnpairedSurrogateException;)V
end local 3 19: goto 22
20: StackMap locals:
StackMap stack: java.lang.IndexOutOfBoundsException
astore 3
start local 3 21: new com.google.protobuf.CodedOutputStream$OutOfSpaceException
dup
aload 3
invokespecial com.google.protobuf.CodedOutputStream$OutOfSpaceException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 3 22: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
0 23 1 value Ljava/lang/String;
1 23 2 oldPosition I
2 15 3 maxLength I
3 15 4 maxLengthVarIntSize I
4 15 5 minLengthVarIntSize I
7 11 6 newPosition I
9 11 7 length I
13 15 6 length I
17 19 3 e Lcom/google/protobuf/Utf8$UnpairedSurrogateException;
21 22 3 e Ljava/lang/IndexOutOfBoundsException;
Exception table:
from to target type
1 15 16 Class com.google.protobuf.Utf8$UnpairedSurrogateException
1 15 20 Class java.lang.IndexOutOfBoundsException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value
public void flush();
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 Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
public final int spaceLeft();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.limit:I
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
isub
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
public final int getTotalBytesWritten();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.position:I
aload 0
getfield com.google.protobuf.CodedOutputStream$ArrayEncoder.offset:I
isub
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/CodedOutputStream$ArrayEncoder;
}
SourceFile: "CodedOutputStream.java"
NestHost: com.google.protobuf.CodedOutputStream
InnerClasses:
private ArrayEncoder = com.google.protobuf.CodedOutputStream$ArrayEncoder of com.google.protobuf.CodedOutputStream
public OutOfSpaceException = com.google.protobuf.CodedOutputStream$OutOfSpaceException of com.google.protobuf.CodedOutputStream
UnpairedSurrogateException = com.google.protobuf.Utf8$UnpairedSurrogateException of com.google.protobuf.Utf8