public interface com.google.protobuf.MessageLite$Builder extends com.google.protobuf.MessageLiteOrBuilder, java.lang.Cloneable
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.google.protobuf.MessageLite$Builder
super_class: java.lang.Object
{
public abstract com.google.protobuf.MessageLite$Builder clear();
descriptor: ()Lcom/google/protobuf/MessageLite$Builder;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.google.protobuf.MessageLite build();
descriptor: ()Lcom/google/protobuf/MessageLite;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.google.protobuf.MessageLite buildPartial();
descriptor: ()Lcom/google/protobuf/MessageLite;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.google.protobuf.MessageLite$Builder clone();
descriptor: ()Lcom/google/protobuf/MessageLite$Builder;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.google.protobuf.MessageLite$Builder mergeFrom(com.google.protobuf.CodedInputStream);
descriptor: (Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/MessageLite$Builder;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
input
public abstract com.google.protobuf.MessageLite$Builder mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite$Builder;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
input
extensionRegistry
public abstract com.google.protobuf.MessageLite$Builder mergeFrom(com.google.protobuf.ByteString);
descriptor: (Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/MessageLite$Builder;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws com.google.protobuf.InvalidProtocolBufferException
MethodParameters:
Name Flags
data
public abstract com.google.protobuf.MessageLite$Builder mergeFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite$Builder;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws com.google.protobuf.InvalidProtocolBufferException
MethodParameters:
Name Flags
data
extensionRegistry
public abstract com.google.protobuf.MessageLite$Builder mergeFrom(byte[]);
descriptor: ([B)Lcom/google/protobuf/MessageLite$Builder;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws com.google.protobuf.InvalidProtocolBufferException
MethodParameters:
Name Flags
data
public abstract com.google.protobuf.MessageLite$Builder mergeFrom(byte[], int, int);
descriptor: ([BII)Lcom/google/protobuf/MessageLite$Builder;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws com.google.protobuf.InvalidProtocolBufferException
MethodParameters:
Name Flags
data
off
len
public abstract com.google.protobuf.MessageLite$Builder mergeFrom(byte[], com.google.protobuf.ExtensionRegistryLite);
descriptor: ([BLcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite$Builder;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws com.google.protobuf.InvalidProtocolBufferException
MethodParameters:
Name Flags
data
extensionRegistry
public abstract com.google.protobuf.MessageLite$Builder mergeFrom(byte[], int, int, com.google.protobuf.ExtensionRegistryLite);
descriptor: ([BIILcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite$Builder;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws com.google.protobuf.InvalidProtocolBufferException
MethodParameters:
Name Flags
data
off
len
extensionRegistry
public abstract com.google.protobuf.MessageLite$Builder mergeFrom(java.io.InputStream);
descriptor: (Ljava/io/InputStream;)Lcom/google/protobuf/MessageLite$Builder;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
input
public abstract com.google.protobuf.MessageLite$Builder mergeFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite$Builder;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
input
extensionRegistry
public abstract com.google.protobuf.MessageLite$Builder mergeFrom(com.google.protobuf.MessageLite);
descriptor: (Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/MessageLite$Builder;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
other
public abstract boolean mergeDelimitedFrom(java.io.InputStream);
descriptor: (Ljava/io/InputStream;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
input
public abstract boolean mergeDelimitedFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
input
extensionRegistry
public java.lang.Object clone();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface com.google.protobuf.MessageLite$Builder.clone:()Lcom/google/protobuf/MessageLite$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.CloneNotSupportedException
}
SourceFile: "MessageLite.java"
NestHost: com.google.protobuf.MessageLite
InnerClasses:
public abstract Builder = com.google.protobuf.MessageLite$Builder of com.google.protobuf.MessageLite