Uses of Class
com.google.protobuf.DynamicMessage

Uses of DynamicMessage in com.google.protobuf
 

Methods in com.google.protobuf that return DynamicMessage
 DynamicMessage DynamicMessage.Builder.build()
           
 DynamicMessage DynamicMessage.Builder.buildPartial()
           
static DynamicMessage DynamicMessage.getDefaultInstance(Descriptors.Descriptor type)
          Get a DynamicMessage representing the default instance of the given type.
 DynamicMessage DynamicMessage.getDefaultInstanceForType()
           
 DynamicMessage DynamicMessage.Builder.getDefaultInstanceForType()
           
static DynamicMessage DynamicMessage.parseFrom(Descriptors.Descriptor type, byte[] data)
          Parse data as a message of the given type and return it.
static DynamicMessage DynamicMessage.parseFrom(Descriptors.Descriptor type, byte[] data, ExtensionRegistry extensionRegistry)
          Parse data as a message of the given type and return it.
static DynamicMessage DynamicMessage.parseFrom(Descriptors.Descriptor type, ByteString data)
          Parse data as a message of the given type and return it.
static DynamicMessage DynamicMessage.parseFrom(Descriptors.Descriptor type, ByteString data, ExtensionRegistry extensionRegistry)
          Parse data as a message of the given type and return it.
static DynamicMessage DynamicMessage.parseFrom(Descriptors.Descriptor type, CodedInputStream input)
          Parse a message of the given type from the given input stream.
static DynamicMessage DynamicMessage.parseFrom(Descriptors.Descriptor type, CodedInputStream input, ExtensionRegistry extensionRegistry)
          Parse a message of the given type from the given input stream.
static DynamicMessage DynamicMessage.parseFrom(Descriptors.Descriptor type, java.io.InputStream input)
          Parse a message of the given type from input and return it.
static DynamicMessage DynamicMessage.parseFrom(Descriptors.Descriptor type, java.io.InputStream input, ExtensionRegistry extensionRegistry)
          Parse a message of the given type from input and return it.
 



Copyright © 2008-2009. All Rights Reserved.