toggle menu
flatInvoker
common
switch theme
search in API
flatbuffers-kotlin
/
com.google.flatbuffers.kotlin
/
ByteArrayOps
Byte
Array
Ops
object
ByteArrayOps
This implementation uses Little Endian order.
Members
Functions
get
Double
Link copied to clipboard
inline
fun
getDouble
(
ary
:
ByteArray
,
index
:
Int
)
:
Double
get
Float
Link copied to clipboard
inline
fun
getFloat
(
ary
:
ByteArray
,
index
:
Int
)
:
Float
get
Int
Link copied to clipboard
inline
fun
getInt
(
ary
:
ByteArray
,
index
:
Int
)
:
Int
get
Long
Link copied to clipboard
inline
fun
getLong
(
ary
:
ByteArray
,
index
:
Int
)
:
Long
get
Short
Link copied to clipboard
inline
fun
getShort
(
ary
:
ByteArray
,
index
:
Int
)
:
Short
get
UByte
Link copied to clipboard
inline
fun
getUByte
(
ary
:
ByteArray
,
index
:
Int
)
:
UByte
get
UInt
Link copied to clipboard
inline
fun
getUInt
(
ary
:
ByteArray
,
index
:
Int
)
:
UInt
get
ULong
Link copied to clipboard
inline
fun
getULong
(
ary
:
ByteArray
,
index
:
Int
)
:
ULong
get
UShort
Link copied to clipboard
inline
fun
getUShort
(
ary
:
ByteArray
,
index
:
Int
)
:
UShort
set
Double
Link copied to clipboard
inline
fun
setDouble
(
ary
:
ByteArray
,
index
:
Int
,
value
:
Double
)
set
Float
Link copied to clipboard
inline
fun
setFloat
(
ary
:
ByteArray
,
index
:
Int
,
value
:
Float
)
set
Int
Link copied to clipboard
inline
fun
setInt
(
ary
:
ByteArray
,
index
:
Int
,
value
:
Int
)
set
Long
Link copied to clipboard
inline
fun
setLong
(
ary
:
ByteArray
,
index
:
Int
,
value
:
Long
)
set
Short
Link copied to clipboard
inline
fun
setShort
(
ary
:
ByteArray
,
index
:
Int
,
value
:
Short
)
set
UByte
Link copied to clipboard
inline
fun
setUByte
(
ary
:
ByteArray
,
index
:
Int
,
value
:
UByte
)
set
UInt
Link copied to clipboard
inline
fun
setUInt
(
ary
:
ByteArray
,
index
:
Int
,
value
:
UInt
)
set
ULong
Link copied to clipboard
inline
fun
setULong
(
ary
:
ByteArray
,
index
:
Int
,
value
:
ULong
)
set
UShort
Link copied to clipboard
inline
fun
setUShort
(
ary
:
ByteArray
,
index
:
Int
,
value
:
UShort
)