Uses of Class
org.fusesource.hawtbuf.proto.compiler.TextFormat.InvalidEscapeSequence
-
Packages that use TextFormat.InvalidEscapeSequence Package Description org.fusesource.hawtbuf.proto.compiler -
-
Uses of TextFormat.InvalidEscapeSequence in org.fusesource.hawtbuf.proto.compiler
Methods in org.fusesource.hawtbuf.proto.compiler that throw TextFormat.InvalidEscapeSequence Modifier and Type Method Description (package private) static BufferTextFormat. unescapeBytes(java.lang.CharSequence input)Un-escape a byte sequence as escaped usingTextFormat.escapeBytes(Buffer).(package private) static java.lang.StringTextFormat. unescapeText(java.lang.String input)Un-escape a text string as escaped usingTextFormat.escapeText(String).
-