Package-level declarations
Types
Link copied to clipboard
object InputStreamFilePairs
Link copied to clipboard
class Resource(resourcePath: String, inputStream: InputStream = ResourceLoader.getResourceAsStream(resourcePath)
?: throw IllegalStateException("Resource $resourcePath not found."))
Link copied to clipboard
object ResourceLoader