Uses of Class
com.google.protobuf.ByteString.Output
-
Packages that use ByteString.Output Package Description com.google.protobuf -
-
Uses of ByteString.Output in com.google.protobuf
Methods in com.google.protobuf that return ByteString.Output Modifier and Type Method Description static ByteString.OutputByteString. newOutput()Creates a newByteString.Output.static ByteString.OutputByteString. newOutput(int initialCapacity)Creates a newByteString.Outputwith the given initial capacity.
-