korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-encoding
/
korlibs.encoding
/
ASCII
ASCII
object
ASCII
Members
Functions
decode
Link copied to clipboard
fun
decode
(
data
:
ByteArray
)
:
String
encode
Link copied to clipboard
fun
encode
(
str
:
String
)
:
ByteArray
invoke
Link copied to clipboard
operator
fun
invoke
(
v
:
ByteArray
)
:
String
operator
fun
invoke
(
v
:
String
)
:
ByteArray