org.fusesource.hawtbuf.proto.compiler
Class TextFormat
java.lang.Object
org.fusesource.hawtbuf.proto.compiler.TextFormat
public final class TextFormat
- extends Object
Provide ascii text parsing and formatting support for proto2 instances.
The implementation largely follows google/protobuf/text_format.cc.
HRC: I wish the original class was not package protected so we did not need
to copy this file over. We need to request that the protobuf folks open
this class up amoung a few others.
- Author:
- wenboz@google.com Wenbo Zhu, kenton@google.com Kenton Varda
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextFormat
public TextFormat()
Copyright © 2010-2014 FuseSource, Corp.. All Rights Reserved.