Uses of Class
io.opentelemetry.exporter.internal.marshal.CodedInputStream
-
Packages that use CodedInputStream Package Description io.opentelemetry.exporter.internal.marshal Marshaling framework for serializing data to protobuf format. -
-
Uses of CodedInputStream in io.opentelemetry.exporter.internal.marshal
Methods in io.opentelemetry.exporter.internal.marshal that return CodedInputStream Modifier and Type Method Description static CodedInputStream
CodedInputStream. newInstance(byte[] serialized)
Returns a newCodedInputStream
.
-