toggle menu
Signum
3.10.0
common
switch theme
search in API
indispensable
/
at.asitplus.signum.indispensable.misc
/
ensureSize
ensure
Size
fun
ByteArray
.
ensureSize
(
size
:
Int
)
:
ByteArray
(
source
)
Drops bytes at the start, or adds zero bytes at the start, until the
size
is reached
inline
fun
ByteArray
.
ensureSize
(
size
:
UInt
)
:
ByteArray
(
source
)