WireBuffer
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.
Properties
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
Returns the raw varint: does not perform zigzag decoding.
Link copied to clipboard
Returns the raw varint: does not perform zigzag decoding.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard