com.google.protobuf
Class GeneratedMessageLite

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.GeneratedMessageLite
All Implemented Interfaces:
MessageLite
Direct Known Subclasses:
GeneratedMessageLite.ExtendableMessage

public abstract class GeneratedMessageLite
extends AbstractMessageLite

Lite version of GeneratedMessage.

Author:
[email protected] Kenton Varda

Nested Class Summary
static class GeneratedMessageLite.Builder<MessageType extends GeneratedMessageLite,BuilderType extends GeneratedMessageLite.Builder>
           
static class GeneratedMessageLite.ExtendableBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>
          Lite equivalent of GeneratedMessage.ExtendableBuilder.
static class GeneratedMessageLite.ExtendableMessage<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType>>
          Lite equivalent of GeneratedMessage.ExtendableMessage.
static class GeneratedMessageLite.GeneratedExtension<ContainingType extends MessageLite,Type>
          Lite equivalent to GeneratedMessage.GeneratedExtension.
 
Constructor Summary
protected GeneratedMessageLite()
           
 
Method Summary
static
<ContainingType extends MessageLite,Type>
GeneratedMessageLite.GeneratedExtension<ContainingType,Type>
newGeneratedExtension()
          For use by generated code only.
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageLite
getDefaultInstanceForType, getSerializedSize, isInitialized, newBuilderForType, toBuilder, writeTo
 

Constructor Detail

GeneratedMessageLite

protected GeneratedMessageLite()
Method Detail

newGeneratedExtension

public static <ContainingType extends MessageLite,Type> GeneratedMessageLite.GeneratedExtension<ContainingType,Type> newGeneratedExtension()
For use by generated code only.



Copyright © 2008-2010 Google. All Rights Reserved.