final class com.google.protobuf.ByteString$CodedBuilder
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.protobuf.ByteString$CodedBuilder
super_class: java.lang.Object
{
private final com.google.protobuf.CodedOutputStream output;
descriptor: Lcom/google/protobuf/CodedOutputStream;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final byte[] buffer;
descriptor: [B
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private void <init>(int);
descriptor: (I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 // com.google.protobuf.ByteString$CodedBuilder this
start local 1 // int size
0: .line 1167
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 1168
aload 0 /* this */
iload 1 /* size */
newarray 8
putfield com.google.protobuf.ByteString$CodedBuilder.buffer:[B
2: .line 1169
aload 0 /* this */
aload 0 /* this */
getfield com.google.protobuf.ByteString$CodedBuilder.buffer:[B
invokestatic com.google.protobuf.CodedOutputStream.newInstance:([B)Lcom/google/protobuf/CodedOutputStream;
putfield com.google.protobuf.ByteString$CodedBuilder.output:Lcom/google/protobuf/CodedOutputStream;
3: .line 1170
return
end local 1 // int size
end local 0 // com.google.protobuf.ByteString$CodedBuilder this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/protobuf/ByteString$CodedBuilder;
0 4 1 size I
MethodParameters:
Name Flags
size
public com.google.protobuf.ByteString build();
descriptor: ()Lcom/google/protobuf/ByteString;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 // com.google.protobuf.ByteString$CodedBuilder this
0: .line 1173
aload 0 /* this */
getfield com.google.protobuf.ByteString$CodedBuilder.output:Lcom/google/protobuf/CodedOutputStream;
invokevirtual com.google.protobuf.CodedOutputStream.checkNoSpaceLeft:()V
1: .line 1178
new com.google.protobuf.ByteString$LiteralByteString
dup
aload 0 /* this */
getfield com.google.protobuf.ByteString$CodedBuilder.buffer:[B
invokespecial com.google.protobuf.ByteString$LiteralByteString.<init>:([B)V
areturn
end local 0 // com.google.protobuf.ByteString$CodedBuilder this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/protobuf/ByteString$CodedBuilder;
public com.google.protobuf.CodedOutputStream getCodedOutput();
descriptor: ()Lcom/google/protobuf/CodedOutputStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // com.google.protobuf.ByteString$CodedBuilder this
0: .line 1182
aload 0 /* this */
getfield com.google.protobuf.ByteString$CodedBuilder.output:Lcom/google/protobuf/CodedOutputStream;
areturn
end local 0 // com.google.protobuf.ByteString$CodedBuilder this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/ByteString$CodedBuilder;
}
SourceFile: "ByteString.java"
NestHost: com.google.protobuf.ByteString
InnerClasses:
final CodedBuilder = com.google.protobuf.ByteString$CodedBuilder of com.google.protobuf.ByteString
private LiteralByteString = com.google.protobuf.ByteString$LiteralByteString of com.google.protobuf.ByteString