GroupLayout

class GroupLayout(layouts: List<ValueLayout>, val name: String? = null) : ValueLayout

Constructors

Link copied to clipboard
constructor(layouts: List<ValueLayout>, name: String? = null)

Properties

Link copied to clipboard
val name: String? = null
Link copied to clipboard
val size: Long

Functions

Link copied to clipboard
fun byteSize(): Long
Link copied to clipboard
Link copied to clipboard
open override fun withName(name: String): GroupLayout