| Package | Description |
|---|---|
| org.fusesource.hawtbuf.proto.compiler |
| Modifier and Type | Method and Description |
|---|---|
(package private) static Buffer |
TextFormat.unescapeBytes(java.lang.CharSequence input)
Un-escape a byte sequence as escaped using
TextFormat.escapeBytes(Buffer). |
(package private) static java.lang.String |
TextFormat.unescapeText(java.lang.String input)
Un-escape a text string as escaped using
TextFormat.escapeText(String). |