toggle menu
Signum
3.17.0
common
switch theme
search in API
internals
/
at.asitplus.signum.internals
/
ByteArrayView
Byte
Array
View
class
ByteArrayView
(
a
:
ByteArray
,
off
:
Int
=
0
,
val
size
:
Int
=
a.size - off
)
(
source
)
Members
Members & Extensions
Constructors
Byte
Array
View
Link copied to clipboard
constructor
(
a
:
ByteArray
,
off
:
Int
=
0
,
size
:
Int
=
a.size - off
)
Properties
size
Link copied to clipboard
val
size
:
Int
Functions
copy
Of
Link copied to clipboard
fun
copyOf
(
)
:
ByteArray
get
Link copied to clipboard
operator
fun
get
(
i
:
Int
)
:
Byte
replace
With
Link copied to clipboard
fun
replaceWith
(
other
:
ByteArrayView
)
set
Link copied to clipboard
operator
fun
set
(
i
:
Int
,
v
:
Byte
)
subview
Link copied to clipboard
fun
subview
(
off
:
Int
,
sz
:
Int
)
:
ByteArrayView
to
UInt
Array
LE
Link copied to clipboard
fun
ByteArrayView
.
toUIntArrayLE
(
buf
:
UIntArray
)
xor_inplace
Link copied to clipboard
fun
xor_inplace
(
other
:
ByteArrayView
)