Package-level declarations
Types
Represents result of an operation. Can be either ColibrioResult.Success holding data of type T, or ColibrioResult.Error holding exception of type ColibrioException.
A RandomAccessDataSource is used for reading chunks of bytes from file.
The caller tried to make a Range request, but the provider did not support range requests for that URL.
The ResourceProvider is an abstraction hiding the details about resource retrieval from the reading system.
Options object used with ResourceProvider.fetch and ResourceProvider.fetchMetadata.
Describes a response from ResourceProvider.fetch. It contains metadata about the resource and methods for reading the resource body.
There was a problem retrieving the resource at that time, but it might work if the resource request is retried later. For example, the user temporarily lost internet connection in a HTTP ResourceProvider.
The ZipResourceProvider is used for fetching resources from a ZIP archive. It reads ZIP archive data from a RandomAccessDataSource.