WireBuffer

constructor(initialBytes: ByteArray? = null, offset: Int = 0, initialLength: Int = initialBytes?.let { it.size - offset } ?: 0)