tuweni / org.apache.tuweni.bytes / MutableBytes / create

create

open static fun create(size: Int): MutableBytes! (source)

Create a new mutable byte value.

Parameters

size - Int: The size of the returned value.

Return
MutableBytes!: A MutableBytes value.