-
- All Implemented Interfaces:
public class EpubPositionsService.ReflowableStrategy.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final EpubPositionsService.ReflowableStrategy.ArchiveEntryLengthrecommendedpublic final static EpubPositionsService.ReflowableStrategy.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final EpubPositionsService.ReflowableStrategy.ArchiveEntryLengthgetRecommended()Recommended historical strategy: archive entry length split by 1024 bytes pages. -
-
Method Detail
-
getRecommended
final EpubPositionsService.ReflowableStrategy.ArchiveEntryLength getRecommended()
Recommended historical strategy: archive entry length split by 1024 bytes pages.
This strategy is used by Adobe RMSDK as well. See https://github.com/readium/architecture/issues/123
-
-
-
-