LazyResource
constructor(resourceProvider: LazyResourceProvider, cachedSize: Long, zipEntryName: String, href: String = zipEntryName)(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)Content copied to clipboard