toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.util.primitives
/
com.shakelang.util.primitives.bytes
/
getInt
get
Int
fun
ByteArray
.
getInt
(
index
:
Int
)
:
Int
(
source
)
fun
List
<
Byte
>
.
getInt
(
index
:
Int
)
:
Int
(
source
)
Get specific int from a byte array at a given position
Return
the int
Since
0.1.0
Throws
Illegal
Argument
Exception
if the array is not big enough