ByteArray.setSize

Sets the size of the GByteArray, expanding it if necessary.

class ByteArray
setSize
(
uint length
)

Parameters

length uint

the new size of the GByteArray.

Return Value

Type: ByteArray

the GByteArray.

Meta