Package-level declarations

Types

Link copied to clipboard
value class Tag(val value: Int)

Represents a field tag as it appears inside a protobuf message, consisting of a field number and a wire type.

Link copied to clipboard
class WireBuffer(initialBytes: ByteArray? = null, offset: Int = 0, initialLength: Int = initialBytes?.let { it.size - offset } ?: 0)

A buffer that can be used for both reading and writing the protobuf wire format. Writes always append to the end of the buffer, while reads always consume from the current read position, which initially is at the beginning of the buffer.

Link copied to clipboard

Represents a protobuf wire type.

Link copied to clipboard
sealed interface WireValue

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard