get

open fun get(): Array<Byte>

In most cases it will only be retrieved once (see linked methods).

Return

the same array every time, do not mutate the contents. Not a copy returned, because copying the array can be prohibitively expensive and/or lead to OOMs.

See also