public static class SchemaBitControl.Collector.MessageSchema extends Object implements io.protostuff.Schema<BitControl.Collector>
Constructor and Description |
---|
MessageSchema() |
Modifier and Type | Method and Description |
---|---|
String |
getFieldName(int number) |
int |
getFieldNumber(String name) |
boolean |
isInitialized(BitControl.Collector message) |
void |
mergeFrom(io.protostuff.Input input,
BitControl.Collector message) |
String |
messageFullName() |
String |
messageName() |
BitControl.Collector |
newMessage() |
Class<BitControl.Collector> |
typeClass() |
void |
writeTo(io.protostuff.Output output,
BitControl.Collector message) |
public void writeTo(io.protostuff.Output output, BitControl.Collector message) throws IOException
writeTo
in interface io.protostuff.Schema<BitControl.Collector>
IOException
public boolean isInitialized(BitControl.Collector message)
isInitialized
in interface io.protostuff.Schema<BitControl.Collector>
public String getFieldName(int number)
getFieldName
in interface io.protostuff.Schema<BitControl.Collector>
public int getFieldNumber(String name)
getFieldNumber
in interface io.protostuff.Schema<BitControl.Collector>
public Class<BitControl.Collector> typeClass()
typeClass
in interface io.protostuff.Schema<BitControl.Collector>
public String messageName()
messageName
in interface io.protostuff.Schema<BitControl.Collector>
public String messageFullName()
messageFullName
in interface io.protostuff.Schema<BitControl.Collector>
public void mergeFrom(io.protostuff.Input input, BitControl.Collector message) throws IOException
mergeFrom
in interface io.protostuff.Schema<BitControl.Collector>
IOException
public BitControl.Collector newMessage()
newMessage
in interface io.protostuff.Schema<BitControl.Collector>
Copyright © 1970 The Apache Software Foundation. All rights reserved.