final class com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder extends com.google.protobuf.CodedOutputStream
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder
super_class: com.google.protobuf.CodedOutputStream
{
private final java.nio.ByteBuffer originalBuffer;
descriptor: Ljava/nio/ByteBuffer;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.nio.ByteBuffer buffer;
descriptor: Ljava/nio/ByteBuffer;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int initialPosition;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial com.google.protobuf.CodedOutputStream.<init>:()V
1: aload 0
aload 1
putfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.originalBuffer:Ljava/nio/ByteBuffer;
2: aload 0
aload 1
invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
getstatic java.nio.ByteOrder.LITTLE_ENDIAN:Ljava/nio/ByteOrder;
invokevirtual java.nio.ByteBuffer.order:(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
putfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.buffer:Ljava/nio/ByteBuffer;
3: aload 0
aload 1
invokevirtual java.nio.ByteBuffer.position:()I
putfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.initialPosition:I
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/google/protobuf/CodedOutputStream$SafeDirectNioEncoder;
0 5 1 buffer Ljava/nio/ByteBuffer;
MethodParameters:
Name Flags
buffer
public void writeTag(int, int);
descriptor: (II)V
flags: (0x0001) ACC_PUBLIC
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$SafeDirectNioEncoder.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$SafeDirectNioEncoder;
0 2 1 fieldNumber I
0 2 2 wireType I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
wireType final
public void writeInt32(int, int);
descriptor: (II)V
flags: (0x0001) ACC_PUBLIC
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$SafeDirectNioEncoder.writeTag:(II)V
1: aload 0
iload 2
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.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$SafeDirectNioEncoder;
0 3 1 fieldNumber I
0 3 2 value I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
value final
public void writeUInt32(int, int);
descriptor: (II)V
flags: (0x0001) ACC_PUBLIC
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$SafeDirectNioEncoder.writeTag:(II)V
1: aload 0
iload 2
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.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$SafeDirectNioEncoder;
0 3 1 fieldNumber I
0 3 2 value I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
value final
public void writeFixed32(int, int);
descriptor: (II)V
flags: (0x0001) ACC_PUBLIC
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$SafeDirectNioEncoder.writeTag:(II)V
1: aload 0
iload 2
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.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$SafeDirectNioEncoder;
0 3 1 fieldNumber I
0 3 2 value I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
value final
public void writeUInt64(int, long);
descriptor: (IJ)V
flags: (0x0001) ACC_PUBLIC
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$SafeDirectNioEncoder.writeTag:(II)V
1: aload 0
lload 2
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.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$SafeDirectNioEncoder;
0 3 1 fieldNumber I
0 3 2 value J
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
value final
public void writeFixed64(int, long);
descriptor: (IJ)V
flags: (0x0001) ACC_PUBLIC
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$SafeDirectNioEncoder.writeTag:(II)V
1: aload 0
lload 2
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.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$SafeDirectNioEncoder;
0 3 1 fieldNumber I
0 3 2 value J
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
value final
public void writeBool(int, boolean);
descriptor: (IZ)V
flags: (0x0001) ACC_PUBLIC
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$SafeDirectNioEncoder.writeTag:(II)V
1: aload 0
iload 2
ifeq 2
iconst_1
goto 3
StackMap locals:
StackMap stack: com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder
2: iconst_0
StackMap locals: com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder int int
StackMap stack: com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder int
3: i2b
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.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$SafeDirectNioEncoder;
0 5 1 fieldNumber I
0 5 2 value Z
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
value final
public void writeString(int, java.lang.String);
descriptor: (ILjava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
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$SafeDirectNioEncoder.writeTag:(II)V
1: aload 0
aload 2
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.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$SafeDirectNioEncoder;
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 void writeBytes(int, com.google.protobuf.ByteString);
descriptor: (ILcom/google/protobuf/ByteString;)V
flags: (0x0001) ACC_PUBLIC
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$SafeDirectNioEncoder.writeTag:(II)V
1: aload 0
aload 2
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.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$SafeDirectNioEncoder;
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 void writeByteArray(int, byte[]);
descriptor: (I[B)V
flags: (0x0001) ACC_PUBLIC
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$SafeDirectNioEncoder.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$SafeDirectNioEncoder;
0 2 1 fieldNumber I
0 2 2 value [B
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
value final
public void writeByteArray(int, byte[], int, int);
descriptor: (I[BII)V
flags: (0x0001) ACC_PUBLIC
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$SafeDirectNioEncoder.writeTag:(II)V
1: aload 0
aload 2
iload 3
iload 4
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.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$SafeDirectNioEncoder;
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 void writeByteBuffer(int, java.nio.ByteBuffer);
descriptor: (ILjava/nio/ByteBuffer;)V
flags: (0x0001) ACC_PUBLIC
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$SafeDirectNioEncoder.writeTag:(II)V
1: aload 0
aload 2
invokevirtual java.nio.ByteBuffer.capacity:()I
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.writeUInt32NoTag:(I)V
2: aload 0
aload 2
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.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$SafeDirectNioEncoder;
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 void writeMessage(int, com.google.protobuf.MessageLite);
descriptor: (ILcom/google/protobuf/MessageLite;)V
flags: (0x0001) ACC_PUBLIC
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$SafeDirectNioEncoder.writeTag:(II)V
1: aload 0
aload 2
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.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$SafeDirectNioEncoder;
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
void writeMessage(int, com.google.protobuf.MessageLite, com.google.protobuf.Schema);
descriptor: (ILcom/google/protobuf/MessageLite;Lcom/google/protobuf/Schema;)V
flags: (0x0000)
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$SafeDirectNioEncoder.writeTag:(II)V
1: aload 0
aload 2
aload 3
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.writeMessageNoTag:(Lcom/google/protobuf/MessageLite;Lcom/google/protobuf/Schema;)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$SafeDirectNioEncoder;
0 3 1 fieldNumber I
0 3 2 value Lcom/google/protobuf/MessageLite;
0 3 3 schema Lcom/google/protobuf/Schema;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldNumber final
value final
schema
public void writeMessageSetExtension(int, com.google.protobuf.MessageLite);
descriptor: (ILcom/google/protobuf/MessageLite;)V
flags: (0x0001) ACC_PUBLIC
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$SafeDirectNioEncoder.writeTag:(II)V
1: aload 0
iconst_2
iload 1
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.writeUInt32:(II)V
2: aload 0
iconst_3
aload 2
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.writeMessage:(ILcom/google/protobuf/MessageLite;)V
3: aload 0
iconst_1
iconst_4
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.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$SafeDirectNioEncoder;
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 void writeRawMessageSetExtension(int, com.google.protobuf.ByteString);
descriptor: (ILcom/google/protobuf/ByteString;)V
flags: (0x0001) ACC_PUBLIC
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$SafeDirectNioEncoder.writeTag:(II)V
1: aload 0
iconst_2
iload 1
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.writeUInt32:(II)V
2: aload 0
iconst_3
aload 2
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.writeBytes:(ILcom/google/protobuf/ByteString;)V
3: aload 0
iconst_1
iconst_4
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.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$SafeDirectNioEncoder;
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 void writeMessageNoTag(com.google.protobuf.MessageLite);
descriptor: (Lcom/google/protobuf/MessageLite;)V
flags: (0x0001) ACC_PUBLIC
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$SafeDirectNioEncoder.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$SafeDirectNioEncoder;
0 3 1 value Lcom/google/protobuf/MessageLite;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value final
void writeMessageNoTag(com.google.protobuf.MessageLite, com.google.protobuf.Schema);
descriptor: (Lcom/google/protobuf/MessageLite;Lcom/google/protobuf/Schema;)V
flags: (0x0000)
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$SafeDirectNioEncoder.writeUInt32NoTag:(I)V
1: aload 2
aload 1
aload 0
getfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.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$SafeDirectNioEncoder;
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 void write(byte);
descriptor: (B)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.buffer:Ljava/nio/ByteBuffer;
iload 1
invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
pop
1: goto 4
StackMap locals:
StackMap stack: java.nio.BufferOverflowException
2: astore 2
start local 2 3: new com.google.protobuf.CodedOutputStream$OutOfSpaceException
dup
aload 2
invokespecial com.google.protobuf.CodedOutputStream$OutOfSpaceException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 2 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$SafeDirectNioEncoder;
0 5 1 value B
3 4 2 e Ljava/nio/BufferOverflowException;
Exception table:
from to target type
0 1 2 Class java.nio.BufferOverflowException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value
public void writeBytesNoTag(com.google.protobuf.ByteString);
descriptor: (Lcom/google/protobuf/ByteString;)V
flags: (0x0001) ACC_PUBLIC
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$SafeDirectNioEncoder.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$SafeDirectNioEncoder;
0 3 1 value Lcom/google/protobuf/ByteString;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value final
public void writeByteArrayNoTag(byte[], int, int);
descriptor: ([BII)V
flags: (0x0001) ACC_PUBLIC
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$SafeDirectNioEncoder.writeUInt32NoTag:(I)V
1: aload 0
aload 1
iload 2
iload 3
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.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$SafeDirectNioEncoder;
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 void writeRawBytes(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)V
flags: (0x0001) ACC_PUBLIC
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$SafeDirectNioEncoder.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$SafeDirectNioEncoder.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$SafeDirectNioEncoder;
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 void writeInt32NoTag(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
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$SafeDirectNioEncoder.writeUInt32NoTag:(I)V
2: goto 4
3: StackMap locals:
StackMap stack:
aload 0
iload 1
i2l
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.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$SafeDirectNioEncoder;
0 5 1 value I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value
public void writeUInt32NoTag(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: StackMap locals:
StackMap stack:
iload 1
bipush -128
iand
ifne 3
1: aload 0
getfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.buffer:Ljava/nio/ByteBuffer;
iload 1
i2b
invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
pop
2: return
3: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.buffer:Ljava/nio/ByteBuffer;
iload 1
bipush 127
iand
sipush 128
ior
i2b
invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
pop
4: iload 1
bipush 7
iushr
istore 1
5: goto 0
6: StackMap locals:
StackMap stack: java.nio.BufferOverflowException
astore 2
start local 2 7: new com.google.protobuf.CodedOutputStream$OutOfSpaceException
dup
aload 2
invokespecial com.google.protobuf.CodedOutputStream$OutOfSpaceException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/google/protobuf/CodedOutputStream$SafeDirectNioEncoder;
0 8 1 value I
7 8 2 e Ljava/nio/BufferOverflowException;
Exception table:
from to target type
0 2 6 Class java.nio.BufferOverflowException
3 6 6 Class java.nio.BufferOverflowException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value
public void writeFixed32NoTag(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.buffer:Ljava/nio/ByteBuffer;
iload 1
invokevirtual java.nio.ByteBuffer.putInt:(I)Ljava/nio/ByteBuffer;
pop
1: goto 4
StackMap locals:
StackMap stack: java.nio.BufferOverflowException
2: astore 2
start local 2 3: new com.google.protobuf.CodedOutputStream$OutOfSpaceException
dup
aload 2
invokespecial com.google.protobuf.CodedOutputStream$OutOfSpaceException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 2 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$SafeDirectNioEncoder;
0 5 1 value I
3 4 2 e Ljava/nio/BufferOverflowException;
Exception table:
from to target type
0 1 2 Class java.nio.BufferOverflowException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value
public void writeUInt64NoTag(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: StackMap locals:
StackMap stack:
lload 1
ldc -128
land
lconst_0
lcmp
ifne 3
1: aload 0
getfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.buffer:Ljava/nio/ByteBuffer;
lload 1
l2i
i2b
invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
pop
2: return
3: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.buffer:Ljava/nio/ByteBuffer;
lload 1
l2i
bipush 127
iand
sipush 128
ior
i2b
invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
pop
4: lload 1
bipush 7
lushr
lstore 1
5: goto 0
6: StackMap locals:
StackMap stack: java.nio.BufferOverflowException
astore 3
start local 3 7: new com.google.protobuf.CodedOutputStream$OutOfSpaceException
dup
aload 3
invokespecial com.google.protobuf.CodedOutputStream$OutOfSpaceException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/google/protobuf/CodedOutputStream$SafeDirectNioEncoder;
0 8 1 value J
7 8 3 e Ljava/nio/BufferOverflowException;
Exception table:
from to target type
0 2 6 Class java.nio.BufferOverflowException
3 6 6 Class java.nio.BufferOverflowException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value
public void writeFixed64NoTag(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.buffer:Ljava/nio/ByteBuffer;
lload 1
invokevirtual java.nio.ByteBuffer.putLong:(J)Ljava/nio/ByteBuffer;
pop
1: goto 4
StackMap locals:
StackMap stack: java.nio.BufferOverflowException
2: astore 3
start local 3 3: new com.google.protobuf.CodedOutputStream$OutOfSpaceException
dup
aload 3
invokespecial com.google.protobuf.CodedOutputStream$OutOfSpaceException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 3 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$SafeDirectNioEncoder;
0 5 1 value J
3 4 3 e Ljava/nio/BufferOverflowException;
Exception table:
from to target type
0 1 2 Class java.nio.BufferOverflowException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value
public void write(byte[], int, int);
descriptor: ([BII)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.buffer:Ljava/nio/ByteBuffer;
aload 1
iload 2
iload 3
invokevirtual java.nio.ByteBuffer.put:([BII)Ljava/nio/ByteBuffer;
pop
1: goto 6
StackMap locals:
StackMap stack: java.lang.IndexOutOfBoundsException
2: astore 4
start local 4 3: new com.google.protobuf.CodedOutputStream$OutOfSpaceException
dup
aload 4
invokespecial com.google.protobuf.CodedOutputStream$OutOfSpaceException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 4 4: StackMap locals:
StackMap stack: java.nio.BufferOverflowException
astore 4
start local 4 5: new com.google.protobuf.CodedOutputStream$OutOfSpaceException
dup
aload 4
invokespecial com.google.protobuf.CodedOutputStream$OutOfSpaceException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 4 6: StackMap locals:
StackMap stack:
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/CodedOutputStream$SafeDirectNioEncoder;
0 7 1 value [B
0 7 2 offset I
0 7 3 length I
3 4 4 e Ljava/lang/IndexOutOfBoundsException;
5 6 4 e Ljava/nio/BufferOverflowException;
Exception table:
from to target type
0 1 2 Class java.lang.IndexOutOfBoundsException
0 1 4 Class java.nio.BufferOverflowException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value
offset
length
public void writeLazy(byte[], int, int);
descriptor: ([BII)V
flags: (0x0001) ACC_PUBLIC
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$SafeDirectNioEncoder.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$SafeDirectNioEncoder;
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 void write(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.buffer:Ljava/nio/ByteBuffer;
aload 1
invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
pop
1: goto 4
StackMap locals:
StackMap stack: java.nio.BufferOverflowException
2: astore 2
start local 2 3: new com.google.protobuf.CodedOutputStream$OutOfSpaceException
dup
aload 2
invokespecial com.google.protobuf.CodedOutputStream$OutOfSpaceException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 2 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$SafeDirectNioEncoder;
0 5 1 value Ljava/nio/ByteBuffer;
3 4 2 e Ljava/nio/BufferOverflowException;
Exception table:
from to target type
0 1 2 Class java.nio.BufferOverflowException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value
public void writeLazy(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.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$SafeDirectNioEncoder;
0 2 1 value Ljava/nio/ByteBuffer;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value
public void writeStringNoTag(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=8, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.buffer:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.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$SafeDirectNioEncoder.computeUInt32SizeNoTag:(I)I
istore 4
start local 4 3: aload 1
invokevirtual java.lang.String.length:()I
invokestatic com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.computeUInt32SizeNoTag:(I)I
istore 5
start local 5 4: iload 5
iload 4
if_icmpne 13
5: aload 0
getfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.buffer:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.position:()I
iload 5
iadd
istore 6
start local 6 6: aload 0
getfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.buffer:Ljava/nio/ByteBuffer;
iload 6
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
pop
7: aload 0
aload 1
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.encode:(Ljava/lang/String;)V
8: aload 0
getfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.buffer:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.position:()I
istore 7
start local 7 9: aload 0
getfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.buffer:Ljava/nio/ByteBuffer;
iload 2
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
pop
10: aload 0
iload 7
iload 6
isub
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.writeUInt32NoTag:(I)V
11: aload 0
getfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.buffer:Ljava/nio/ByteBuffer;
iload 7
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
pop
end local 7 end local 6 12: goto 23
13: StackMap locals: com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder 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 14: aload 0
iload 6
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.writeUInt32NoTag:(I)V
15: aload 0
aload 1
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.encode:(Ljava/lang/String;)V
end local 6 end local 5 end local 4 end local 3 16: goto 23
StackMap locals: com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder java.lang.String int
StackMap stack: com.google.protobuf.Utf8$UnpairedSurrogateException
17: astore 3
start local 3 18: aload 0
getfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.buffer:Ljava/nio/ByteBuffer;
iload 2
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
pop
19: aload 0
aload 1
aload 3
invokevirtual com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.inefficientWriteStringNoTag:(Ljava/lang/String;Lcom/google/protobuf/Utf8$UnpairedSurrogateException;)V
end local 3 20: goto 23
21: StackMap locals:
StackMap stack: java.lang.IllegalArgumentException
astore 3
start local 3 22: new com.google.protobuf.CodedOutputStream$OutOfSpaceException
dup
aload 3
invokespecial com.google.protobuf.CodedOutputStream$OutOfSpaceException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 3 23: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 24 0 this Lcom/google/protobuf/CodedOutputStream$SafeDirectNioEncoder;
0 24 1 value Ljava/lang/String;
1 24 2 startPos I
2 16 3 maxEncodedSize I
3 16 4 maxLengthVarIntSize I
4 16 5 minLengthVarIntSize I
6 12 6 startOfBytes I
9 12 7 endOfBytes I
14 16 6 length I
18 20 3 e Lcom/google/protobuf/Utf8$UnpairedSurrogateException;
22 23 3 e Ljava/lang/IllegalArgumentException;
Exception table:
from to target type
1 16 17 Class com.google.protobuf.Utf8$UnpairedSurrogateException
1 16 21 Class java.lang.IllegalArgumentException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
value
public void flush();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.originalBuffer:Ljava/nio/ByteBuffer;
aload 0
getfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.buffer:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.position:()I
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
pop
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/protobuf/CodedOutputStream$SafeDirectNioEncoder;
public int spaceLeft();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.buffer:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.remaining:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/CodedOutputStream$SafeDirectNioEncoder;
public int getTotalBytesWritten();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.buffer:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.position:()I
aload 0
getfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.initialPosition:I
isub
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/CodedOutputStream$SafeDirectNioEncoder;
private void encode(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder.buffer:Ljava/nio/ByteBuffer;
invokestatic com.google.protobuf.Utf8.encodeUtf8:(Ljava/lang/CharSequence;Ljava/nio/ByteBuffer;)V
1: goto 4
StackMap locals:
StackMap stack: java.lang.IndexOutOfBoundsException
2: astore 2
start local 2 3: new com.google.protobuf.CodedOutputStream$OutOfSpaceException
dup
aload 2
invokespecial com.google.protobuf.CodedOutputStream$OutOfSpaceException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 2 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$SafeDirectNioEncoder;
0 5 1 value Ljava/lang/String;
3 4 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
}
SourceFile: "CodedOutputStream.java"
NestHost: com.google.protobuf.CodedOutputStream
InnerClasses:
public OutOfSpaceException = com.google.protobuf.CodedOutputStream$OutOfSpaceException of com.google.protobuf.CodedOutputStream
private final SafeDirectNioEncoder = com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder of com.google.protobuf.CodedOutputStream
UnpairedSurrogateException = com.google.protobuf.Utf8$UnpairedSurrogateException of com.google.protobuf.Utf8