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