Class CodedInputStream
java.lang.Object
io.opentelemetry.exporter.internal.marshal.CodedInputStream
Minimal copy of protobuf-java's CodedInputStream, currently only used in GrpcStatusUtil.
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
Method Summary
Modifier and TypeMethodDescriptionstatic CodedInputStreamnewInstance(byte[] serialized) Returns a newCodedInputStream.doubleintRead varint32.Reads a string field.intreadTag()Reads the next tag.booleanskipField(int tag) Skips a field.
-
Method Details
-
newInstance
Returns a newCodedInputStream. -
readTag
-
readStringRequireUtf8
-
skipField
-
readRawVarint32
-
readDouble
- Throws:
IOException
-