Uses of Class
org.fusesource.hawtbuf.proto.compiler.TextFormat.InvalidEscapeSequence
Packages that use TextFormat.InvalidEscapeSequence
-
Uses of TextFormat.InvalidEscapeSequence in org.fusesource.hawtbuf.proto.compiler
Methods in org.fusesource.hawtbuf.proto.compiler that throw TextFormat.InvalidEscapeSequenceModifier and TypeMethodDescription(package private) static Buffer
TextFormat.unescapeBytes
(CharSequence input) Un-escape a byte sequence as escaped usingTextFormat.escapeBytes(Buffer)
.(package private) static String
TextFormat.unescapeText
(String input) Un-escape a text string as escaped usingTextFormat.escapeText(String)
.