create
abstract suspend fun create(manifest: Manifest, servicesHolder: PublicationServicesHolder, readingOrderIndex: Int, resource: Resource, mediaType: MediaType, locator: Locator): Content.Iterator?
Creates a Content.Iterator instance for the resource, starting from the given locator.
Returns null if the resource media type is not supported.