Uses of Interface
com.google.protobuf.TextFormatEscaper.ByteSequence
Packages that use TextFormatEscaper.ByteSequence
-
Uses of TextFormatEscaper.ByteSequence in com.google.protobuf
Methods in com.google.protobuf with parameters of type TextFormatEscaper.ByteSequenceModifier and TypeMethodDescription(package private) static 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.