LazyResourceProvider

Loads the bytes for a resource on demand.

Implementations are typically backed by a ZIP file on disk; the bytes for a given href are read out of the archive when getResourceBytes is called.

Inheritors

Functions

Link copied to clipboard
abstract fun getResourceBytes(href: String): ByteArray