toggle menu
kotlin-common
common
switch theme
search in API
kotlin-common-core
/
com.huanshankeji.codec
Package-level
declarations
Functions
Functions
base64To
Bytes
Link copied to clipboard
fun
String
.
base64ToBytes
(
)
:
ByteArray
big
Endian
To
Long
Link copied to clipboard
@
ExperimentalUnsignedTypes
fun
ByteArray
.
bigEndianToLong
(
)
:
Long
fun
List
<
Byte
>
.
bigEndianToLong
(
)
:
Long
big
Endian
To
ULong
Link copied to clipboard
@
ExperimentalUnsignedTypes
fun
UByteArray
.
bigEndianToULong
(
)
:
ULong
fun
List
<
UByte
>
.
bigEndianToULong
(
)
:
ULong
to
Base64String
Link copied to clipboard
fun
ByteArray
.
toBase64String
(
)
:
String
to
Big
Endian
Bytes
Link copied to clipboard
@
ExperimentalUnsignedTypes
fun
Long
.
toBigEndianBytes
(
)
:
ByteArray
to
Big
Endian
UBytes
Link copied to clipboard
@
ExperimentalUnsignedTypes
fun
ULong
.
toBigEndianUBytes
(
)
:
UByteArray
u
Long
Big
Endian
Shift
Offset
Link copied to clipboard
fun
uLongBigEndianShiftOffset
(
index
:
Int
)
:
Int