toUByteArray

Native
1.3
@ExperimentalUnsignedTypes fun ImmutableBlob.toUByteArray(
    startIndex: Int = 0,
    endIndex: Int = size
): UByteArray

Copies the data from this blob into a new UByteArray.

Parameters

startIndex - the beginning (inclusive) of the subrange to copy, 0 by default.

endIndex - the end (exclusive) of the subrange to copy, size of this blob by default.