public final class HtmlFormat extends AbstractCharBasedFormatter
(c) 2009-10 Orbitz World Wide. All Rights Reserved.
ProtobufFormatter.ParseException
Constructor and Description |
---|
HtmlFormat() |
Modifier and Type | Method and Description |
---|---|
void |
merge(CharSequence input,
com.google.protobuf.ExtensionRegistry extensionRegistry,
com.google.protobuf.Message.Builder builder) |
void |
print(com.google.protobuf.Message message,
Appendable output) |
void |
print(com.google.protobuf.UnknownFieldSet fields,
Appendable output) |
void |
printField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value,
com.googlecode.protobuf.format.HtmlFormat.HtmlGenerator generator) |
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
print
in class AbstractCharBasedFormatter
IOException
public void merge(CharSequence input, com.google.protobuf.ExtensionRegistry extensionRegistry, com.google.protobuf.Message.Builder builder) throws IOException
merge
in class AbstractCharBasedFormatter
IOException
public void printField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value, com.googlecode.protobuf.format.HtmlFormat.HtmlGenerator generator) throws IOException
IOException
Copyright © 2017. All rights reserved.