Package com.google.protobuf
Class MicroEJMessageLite.ExtensionWriter
- java.lang.Object
-
- com.google.protobuf.MicroEJMessageLite.ExtensionWriter
-
- Enclosing class:
- MicroEJMessageLite
protected class MicroEJMessageLite.ExtensionWriter extends java.lang.ObjectUsed 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.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedExtensionWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteUntil(int end, CodedOutputStream output)
-
-
-
Method Detail
-
writeUntil
public void writeUntil(int end, CodedOutputStream output) throws java.io.IOException- Throws:
java.io.IOException
-
-