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 classAbstract base class for buffered encoders.private static final classAnCodedOutputStreamthat 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 CodedOutputStreamCodedOutputStream.newInstance(OutputStream output) Create a newCodedOutputStreamwrapping the givenOutputStream.Methods in io.opentelemetry.exporter.internal.marshal with parameters of type CodedOutputStreamModifier and TypeMethodDescriptionprivate static voidStatelessMarshalerUtil.encodeUtf8(CodedOutputStream output, String in) (package private) static voidStatelessMarshalerUtil.writeUtf8(CodedOutputStream output, String string, int utf8Length, boolean useUnsafe) (package private) static voidStatelessMarshalerUtil.writeUtf8(CodedOutputStream output, String string, int utf8Length, MarshalerContext context) Write utf8 encoded string to output stream.