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 Buffer
TextFormat. unescapeBytes(java.lang.CharSequence input)
Un-escape a byte sequence as escaped usingTextFormat.escapeBytes(Buffer)
.(package private) static java.lang.String
TextFormat. unescapeText(java.lang.String input)
Un-escape a text string as escaped usingTextFormat.escapeText(String)
.
-