Uses of Class
com.google.protobuf.ByteString.CodedBuilder
-
Packages that use ByteString.CodedBuilder Package Description com.google.protobuf -
-
Uses of ByteString.CodedBuilder in com.google.protobuf
Methods in com.google.protobuf that return ByteString.CodedBuilder Modifier and Type Method Description (package private) static ByteString.CodedBuilder
ByteString. newCodedBuilder(int size)
Constructs a newByteString
builder, which allows you to efficiently construct aByteString
by writing to aCodedOutputStream
.
-