Class CodedInputStream

java.lang.Object
io.opentelemetry.exporter.internal.marshal.CodedInputStream

public final class CodedInputStream extends Object
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.

  • Field Details

    • buffer

      private final byte[] buffer
    • limit

      private final int limit
    • pos

      private int pos
    • lastTag

      private int lastTag
  • Constructor Details

    • CodedInputStream

      private CodedInputStream(byte[] buffer)
  • Method Details