ResourceLoader

fun interface ResourceLoader

Represents an interface for loading resources from a jar.

Functions

Link copied to clipboard
abstract fun load(resourcePath: String): InputStream?

Loads a resource from the specified resource path and returns it as an input stream.