Uses of Class
com.google.protobuf.TextFormat.InvalidEscapeSequenceException
Packages that use TextFormat.InvalidEscapeSequenceException
-
Uses of TextFormat.InvalidEscapeSequenceException in com.google.protobuf
Methods in com.google.protobuf that throw TextFormat.InvalidEscapeSequenceExceptionModifier and TypeMethodDescriptionstatic ByteStringTextFormat.unescapeBytes(CharSequence charString) Un-escape a byte sequence as escaped usingTextFormat.escapeBytes(ByteString).(package private) static StringTextFormat.unescapeText(String input) Un-escape a text string as escaped usingTextFormat.escapeText(String).