LazyResource

constructor(resourceProvider: LazyResourceProvider, cachedSize: Long, zipEntryName: String, href: String = zipEntryName)(source)


constructor(resourceProvider: LazyResourceProvider, href: String)(source)

Deprecated

Pass the ZIP entry name as the lookup key; href is rewritten relative to the OPF and no longer locates the entry.

Replace with

LazyResource(resourceProvider, -1, href, href)