Package org.readium.r2.shared.publication.services
See: Description
-
Interface Summary Interface Description CacheService Provides publication-bound caches. UserRights Manages consumption of user rights and permissions. ContentProtectionService Provides information about a publication's content protection and manages user rights. CoverService Provides an easy access to a bitmap version of the publication cover. LocatorService Locates the destination of various sources (e.g. PositionsService Provides a list of discrete locations in the publication, no matter what the original format is. -
Object Summary Object Description Companion Unrestricted A UserRights without any restriction. AllRestricted A UserRights which forbids any right. Companion Companion -
Class Summary Class Description InMemoryCacheService A basic CacheService implementation keeping the cached objects in memory. GeneratedCoverService A CoverService which provides a unique cover for each Publication. InMemoryCoverService A CoverService which uses a provided in-memory bitmap. DefaultLocatorService PerResourcePositionsService Simple PositionsService for a Publication which generates one position per readingOrder resource. CacheServiceKt ContentProtectionServiceKt CoverServiceKt LocatorServiceKt PositionsServiceKt