public class JavaPropsFormat extends AbstractCharBasedFormatter
(c) 2009-10 Orbitz World Wide. All Rights Reserved.
Based on the original code by:, [email protected] Wenbo Zhu, [email protected] Kenton Varda
Modifier and Type | Class and Description |
---|---|
static class |
JavaPropsFormat.ParseException
Thrown when parsing an invalid text format message.
|
Constructor and Description |
---|
JavaPropsFormat() |
Modifier and Type | Method and Description |
---|---|
void |
merge(CharSequence input,
com.google.protobuf.ExtensionRegistry extensionRegistry,
com.google.protobuf.Message.Builder builder)
Parse a text-format message from
input and merge the contents
into builder . |
void |
print(com.google.protobuf.Message message,
Appendable output)
Outputs a textual representation of the Protocol Message supplied into
the parameter output.
|
void |
print(com.google.protobuf.UnknownFieldSet fields,
Appendable output)
Outputs a textual representation of
fields to output . |
void |
printField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value,
Appendable output) |
String |
printFieldToString(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
merge, merge, print, print
getDefaultCharset, merge, merge, merge, print, print, printToString, printToString, setDefaultCharset
public void print(com.google.protobuf.Message message, Appendable output) throws IOException
print
in class AbstractCharBasedFormatter
IOException
public void print(com.google.protobuf.UnknownFieldSet fields, Appendable output) throws IOException
fields
to output
.print
in class AbstractCharBasedFormatter
IOException
public void printField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value, Appendable output) throws IOException
IOException
public String printFieldToString(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public void merge(CharSequence input, com.google.protobuf.ExtensionRegistry extensionRegistry, com.google.protobuf.Message.Builder builder) throws JavaPropsFormat.ParseException
input
and merge the contents
into builder
. Extensions will be recognized if they are
registered in extensionRegistry
.merge
in class AbstractCharBasedFormatter
JavaPropsFormat.ParseException
Copyright © 2015. All rights reserved.