toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.encoding
/
Hex
Hex
object
Hex
Members
Functions
append
Hex
Byte
Link copied to clipboard
fun
appendHexByte
(
appender
:
Appendable
,
value
:
Int
)
decode
Link copied to clipboard
fun
decode
(
str
:
String
,
out
:
ByteArray
=
ByteArray(str.length / 2)
)
:
ByteArray
inline
fun
decode
(
str
:
String
,
out
:
(
Int
,
Byte
)
->
Unit
)
decode
Char
Link copied to clipboard
fun
decodeChar
(
c
:
Char
)
:
Int
decode
Hex
Digit
Link copied to clipboard
fun
decodeHexDigit
(
c
:
Char
)
:
Int
decode
Ignore
Spaces
Link copied to clipboard
fun
decodeIgnoreSpaces
(
str
:
String
)
:
ByteArray
encode
Link copied to clipboard
fun
encode
(
src
:
ByteArray
)
:
String
fun
encode
(
src
:
ByteArray
,
dst
:
Appendable
)
encode
Char
Lower
Link copied to clipboard
fun
encodeCharLower
(
v
:
Int
)
:
Char
encode
Char
Upper
Link copied to clipboard
fun
encodeCharUpper
(
v
:
Int
)
:
Char
encode
Lower
Link copied to clipboard
fun
encodeLower
(
src
:
ByteArray
)
:
String
fun
encodeLower
(
src
:
ByteArray
,
dst
:
Appendable
)
encode
Upper
Link copied to clipboard
fun
encodeUpper
(
src
:
ByteArray
)
:
String
fun
encodeUpper
(
src
:
ByteArray
,
dst
:
Appendable
)
invoke
Link copied to clipboard
operator
fun
invoke
(
v
:
ByteArray
)
:
String
operator
fun
invoke
(
v
:
String
)
:
ByteArray
is
Hex
Digit
Link copied to clipboard
fun
isHexDigit
(
c
:
Char
)
:
Boolean
shex
Link copied to clipboard
fun
shex
(
v
:
Byte
)
:
String
fun
shex
(
v
:
Int
)
:
String