korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
js
wasmJs
Target filter
common
js
wasmJs
Switch theme
Search in API
Skip to content
korlibs
korlibs-io
/
korlibs.io.lang
Package-level
declarations
Types
Functions
Properties
Types
lazy
Var
Link copied to clipboard
class
lazyVar
<
T
:
Any
>
(
val
callback
:
(
)
->
T
)
Properties
JS_
UTF8
Link copied to clipboard
js
wasmJs
val
JS_UTF8
:
UTC8CharsetBase
This won't support streaming decoding
val
JS_UTF8
:
UTC8CharsetBase
This won't support streaming decoding
quoted
Link copied to clipboard
val
String
.
quoted
:
String
Functions
current
Stack
Trace
Link copied to clipboard
fun
currentStackTrace
(
msg
:
String
=
"printStackTrace"
)
:
String
keep
Link copied to clipboard
inline
fun
<
V
,
T
>
KMutableProperty0
<
V
>
.
keep
(
block
:
(
)
->
T
)
:
T
print
Stack
Trace
Link copied to clipboard
fun
printStackTrace
(
msg
:
String
=
"printStackTrace"
)
print
Stack
Trace
With
Extra
Message
Link copied to clipboard
fun
Throwable
.
printStackTraceWithExtraMessage
(
msg
:
String
)
read
Properties
Link copied to clipboard
suspend
fun
VfsFile
.
readProperties
(
charset
:
Charset
=
Charsets.UTF8
)
:
Properties