Uses of Class
com.google.protobuf.ByteOutput
Packages that use ByteOutput
-
Uses of ByteOutput in com.google.protobuf
Subclasses of ByteOutput in com.google.protobufModifier and TypeClassDescriptionclass
Encodes and writes protocol message fields.Methods in com.google.protobuf with parameters of type ByteOutputModifier and TypeMethodDescriptionstatic void
UnsafeByteOperations.unsafeWriteTo
(ByteString bytes, ByteOutput output) Writes the givenByteString
to the providedByteOutput
.