Uses of Class
io.opentelemetry.exporter.internal.marshal.CodedOutputStream
Packages that use CodedOutputStream
Package
Description
Marshaling framework for serializing data to protobuf format.
-
Uses of CodedOutputStream in io.opentelemetry.exporter.internal.marshal
Subclasses of CodedOutputStream in io.opentelemetry.exporter.internal.marshalModifier and TypeClassDescriptionprivate static class
Abstract base class for buffered encoders.private static final class
AnCodedOutputStream
that decorates anOutputStream
.Fields in io.opentelemetry.exporter.internal.marshal declared as CodedOutputStreamMethods in io.opentelemetry.exporter.internal.marshal that return CodedOutputStreamModifier and TypeMethodDescription(package private) static CodedOutputStream
CodedOutputStream.newInstance
(OutputStream output) Create a newCodedOutputStream
wrapping the givenOutputStream
.Methods in io.opentelemetry.exporter.internal.marshal with parameters of type CodedOutputStreamModifier and TypeMethodDescriptionprivate static void
StatelessMarshalerUtil.encodeUtf8
(CodedOutputStream output, String in) (package private) static void
StatelessMarshalerUtil.writeUtf8
(CodedOutputStream output, String string, int utf8Length, boolean useUnsafe) (package private) static void
StatelessMarshalerUtil.writeUtf8
(CodedOutputStream output, String string, int utf8Length, MarshalerContext context) Write utf8 encoded string to output stream.