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.CodedBuilderByteString. newCodedBuilder(int size)Constructs a newByteStringbuilder, which allows you to efficiently construct aByteStringby writing to aCodedOutputStream.
-