wisp-resource-loader
2023.08.11.145524-beee4dc
wisp-resource-loader
/
wisp.resources
/
ResourceLoader
/
Backend
Backend
abstract
class
Backend
Content copied to clipboard
Functions
Inheritors
Functions
all
Link copied to clipboard
open
fun
all
(
)
:
Set
<
String
>
Content copied to clipboard
exists
Link copied to clipboard
abstract
fun
exists
(
path
:
String
)
:
Boolean
Content copied to clipboard
list
Link copied to clipboard
open
fun
list
(
path
:
String
)
:
List
<
String
>
Content copied to clipboard
open
Link copied to clipboard
abstract
fun
open
(
path
:
String
)
:
BufferedSource
?
Content copied to clipboard
put
Link copied to clipboard
open
fun
put
(
path
:
String
,
data
:
ByteString
)
Content copied to clipboard
unwatch
Link copied to clipboard
open
fun
unwatch
(
path
:
String
)
Content copied to clipboard
watch
Link copied to clipboard
open
fun
watch
(
path
:
String
,
resourceChangedListener
:
(
address
:
String
)
->
Unit
)
Content copied to clipboard
Inheritors
ClasspathResourceLoaderBackend
Link copied to clipboard
FilesystemLoaderBackend
Link copied to clipboard
MemoryResourceLoaderBackend
Link copied to clipboard