com.google.protobuf
Class GeneratedMessage.ExtendableMessage.ExtensionWriter
java.lang.Object
com.google.protobuf.GeneratedMessage.ExtendableMessage.ExtensionWriter
- Enclosing class:
- GeneratedMessage.ExtendableMessage<MessageType extends GeneratedMessage.ExtendableMessage>
protected class GeneratedMessage.ExtendableMessage.ExtensionWriter
- extends Object
Used by subclasses to serialize extensions. Extension ranges may be
interleaved with field numbers, but we must write them in canonical
(sorted by field number) order. ExtensionWriter helps us write
individual ranges of extensions at once.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
writeUntil
public void writeUntil(int end,
CodedOutputStream output)
throws IOException
- Throws:
IOException
Copyright © 2008-2013. All Rights Reserved.