Package-level declarations
Types
Link copied to clipboard
A composite PublicationParser which tries several parsers until it finds one which supports the asset.
Link copied to clipboard
class DefaultPublicationParser(context: Context, httpClient: HttpClient, assetRetriever: AssetRetriever, pdfFactory: PdfDocumentFactory<*>?, additionalParsers: List<PublicationParser> = emptyList()) : PublicationParser
Default implementation of PublicationParser handling all the publication formats supported by Readium.
Link copied to clipboard
interface PublicationParser
Parses a Publication from an Asset.