Package-level declarations
Types
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.