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)
Escapes bytes in the format used in protocol buffer text format, which is the same as the format used for C string literals.
-