Package org.readium.r2.shared.util.asset
See: Description
-
Class Summary Class Description Asset An asset which is either a single resource or a container that holds multiple resources. ContainerAsset A container asset providing access to several resources. ResourceAsset A single resource asset. SchemeNotSupported The scheme (e.g. FormatNotSupported The format of the resource at the requested Url is not recognized. Reading An error occurred when trying to read the asset. RetrieveUrlError Error while trying to retrieve an asset from an URL. FormatNotSupported The format of the resource is not recognized. Reading An error occurred when trying to read the asset. RetrieveError Error while trying to retrieve an asset from a Resource or a Container. AssetRetriever Retrieves an Asset instance providing reading access to the resource(s) of an asset stored at a given Url as well as its Format. DefaultResourceFactory Default implementation of ResourceFactory supporting file, content and http schemes. DefaultArchiveOpener Default implementation of ArchiveOpener supporting only ZIP archives. DefaultFormatSniffer Default implementation of FormatSniffer guessing as well as possible all formats known by Readium.