Uses of Class
io.opentelemetry.exporter.internal.marshal.CodedInputStream
Packages that use CodedInputStream
Package
Description
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 CodedInputStreamModifier and TypeMethodDescriptionstatic CodedInputStream
CodedInputStream.newInstance
(byte[] serialized) Returns a newCodedInputStream
.