Uses of Interface
com.google.protobuf.TextFormatEscaper.ByteSequence
-
Packages that use TextFormatEscaper.ByteSequence Package Description com.google.protobuf -
-
Uses of TextFormatEscaper.ByteSequence in com.google.protobuf
Methods in com.google.protobuf with parameters of type TextFormatEscaper.ByteSequence Modifier and Type Method Description (package private) static java.lang.String
TextFormatEscaper. escapeBytes(TextFormatEscaper.ByteSequence input)
Backslash escapes bytes in the format used in protocol buffer text format.
-