A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  R  S  T  U  V  W  X 

R

read(ByteArray) - function in java.io.FilterInputStream
 
read(ByteArray) - function in java.io.InputStream
 
read(LongRange) - function in org.readium.r2.shared.fetcher.BaseBytesResource
Reads the bytes at the given range.
read(LongRange) - function in org.readium.r2.shared.fetcher.BaseBytesResource
Reads the bytes at the given range.
read(LongRange) - function in org.readium.r2.shared.fetcher.BufferingResource
Reads the bytes at the given range.
read(LongRange) - function in org.readium.r2.shared.fetcher.FailureResource
Reads the bytes at the given range.
read(LongRange) - function in org.readium.r2.shared.fetcher.FallbackResource
Reads the bytes at the given range.
read(LongRange) - function in org.readium.r2.shared.fetcher.FileFetcher.FileResource
Reads the bytes at the given range.
read(LongRange) - function in org.readium.r2.shared.fetcher.LazyResource
Reads the bytes at the given range.
read(LongRange) - function in org.readium.r2.shared.fetcher.ProxyResource
Reads the bytes at the given range.
read(LongRange) - function in org.readium.r2.shared.fetcher.Resource
Reads the bytes at the given range.
read() - function in org.readium.r2.shared.fetcher.ResourceInputStream
 
read(ByteArray,Integer,Integer) - function in org.readium.r2.shared.fetcher.ResourceInputStream
 
read(LongRange) - function in org.readium.r2.shared.fetcher.SynchronizedResource
Reads the bytes at the given range.
read(LongRange) - function in org.readium.r2.shared.fetcher.TransformingResource
Reads the bytes at the given range.
read(LongRange) - function in org.readium.r2.shared.util.archive.Archive.Entry
Reads the whole content of this entry.
read() - function in org.readium.r2.shared.util.io.CountingInputStream
 
read(ByteArray,Integer,Integer) - function in org.readium.r2.shared.util.io.CountingInputStream
 
read(LongRange) - function in org.readium.r2.shared.util.mediatype.SnifferContext
Reads all the bytes or the given range.
readAllBytes() - function in java.io.InputStream
 
readAsBitmap() - function in org.readium.r2.shared.fetcher.Resource
Reads the full content as a Bitmap.
readAsBitmap() - function in org.readium.r2.shared.fetcher.Resource
Reads the full content as a Bitmap.
readAsJson() - function in org.readium.r2.shared.fetcher.Resource
Reads the full content as a JSON object.
readAsJson() - function in org.readium.r2.shared.fetcher.Resource
Reads the full content as a JSON object.
readAsString(Charset) - function in org.readium.r2.shared.fetcher.Resource
Reads the full content as a String.
readAsString(Charset) - function in org.readium.r2.shared.fetcher.Resource
Reads the full content as a String.
readAsXml() - function in org.readium.r2.shared.fetcher.Resource
Reads the full content as an XML document.
readAsXml() - function in org.readium.r2.shared.fetcher.Resource
Reads the full content as an XML document.
ReadingProgression - class in org.readium.r2.shared.publication
 
ReadingProgression.Companion - class in org.readium.r2.shared.publication.ReadingProgression
 
ReadiumCSSKt - class in org.readium.r2.shared
 
ReadiumCSSName - class in org.readium.r2.shared
 
ReadiumCSSName.Companion - class in org.readium.r2.shared.ReadiumCSSName
 
readNBytes(ByteArray,Integer,Integer) - function in java.io.InputStream
 
readNBytes(Integer) - function in java.io.InputStream
 
readRange(LongRange) - function in org.readium.r2.shared.util.io.CountingInputStream
 
READY - enum entry in org.readium.r2.shared.opds.Availability.State
 
recover(Try,Function1) - function in org.readium.r2.shared.util.TryKt
Returns the encapsulated result of the given transform function applied to the encapsulated |Throwable] exception if this instance represents failure or the original encapsulated value if it is success.
ref(String) - function in org.readium.r2.shared.ReadiumCSSName.Companion
 
Ref - class in org.readium.r2.shared.util
Smart pointer holding a mutable reference to an object.
REFLOWABLE - enum entry in org.readium.r2.shared.publication.epub.EpubLayout
 
remove(KClass) - function in org.readium.r2.shared.publication.Publication.ServicesBuilder
Removes the service factory producing the given kind of service, if any.
remove(String) - function in org.readium.r2.shared.util.cache.CacheTransaction
Clears the cached value for the given key.
removeLastComponent(URL) - function in org.readium.r2.shared.DeprecatedKt
 
removeLastComponent(URL) - function in org.readium.r2.shared.extensions.URLKt
 
removeRegion() - function in org.readium.r2.shared.util.Language
Returns this Language after stripping the region.
requireLengthFitInt(LongRange) - function in org.readium.r2.shared.extensions.LongRangeKt
 
RESERVED - enum entry in org.readium.r2.shared.opds.Availability.State
 
reset() - function in org.readium.r2.shared.fetcher.ResourceInputStream
 
reset() - function in org.readium.r2.shared.util.io.CountingInputStream
 
Resource - class in org.readium.r2.shared.fetcher
Acts as a proxy to an actual resource by handling read access.
resource(String) - function in org.readium.r2.shared.publication.Publication
 
Resource.Companion - class in org.readium.r2.shared.fetcher.Resource
 
Resource.Exception - class in org.readium.r2.shared.fetcher.Resource
Errors occurring while accessing a resource.
Resource.Exception.BadRequest - class in org.readium.r2.shared.fetcher.Resource.Exception
Equivalent to a 400 HTTP error.
Resource.Exception.Cancelled - class in org.readium.r2.shared.fetcher.Resource.Exception
The request was cancelled by the caller.
Resource.Exception.Companion - class in org.readium.r2.shared.fetcher.Resource.Exception
 
Resource.Exception.Forbidden - class in org.readium.r2.shared.fetcher.Resource.Exception
Equivalent to a 403 HTTP error.
Resource.Exception.NotFound - class in org.readium.r2.shared.fetcher.Resource.Exception
Equivalent to a 404 HTTP error.
Resource.Exception.Offline - class in org.readium.r2.shared.fetcher.Resource.Exception
The Internet connection appears to be offline.
Resource.Exception.Other - class in org.readium.r2.shared.fetcher.Resource.Exception
For any other error, such as HTTP 500.
Resource.Exception.OutOfMemory - class in org.readium.r2.shared.fetcher.Resource.Exception
Equivalent to a 507 HTTP error.
Resource.Exception.Unavailable - class in org.readium.r2.shared.fetcher.Resource.Exception
Equivalent to a 503 HTTP error.
ResourceContentExtractor - class in org.readium.r2.shared.fetcher
Extracts pure content from a marked-up (e.g.
ResourceContentExtractor.Factory - class in org.readium.r2.shared.fetcher.ResourceContentExtractor
 
ResourceInputStream - class in org.readium.r2.shared.fetcher
Input stream reading a Resource's content.
ResourceKt - class in org.readium.r2.shared.fetcher
 
resourceWithHref(String) - function in org.readium.r2.shared.publication.Publication
Finds the first resource Link (asset or readingOrder item) at the given relative path.
RIGHT - enum entry in org.readium.r2.shared.publication.presentation.Presentation.Page
 
RootFile - class in org.readium.r2.shared
 
RoutingFetcher - class in org.readium.r2.shared.fetcher
Routes requests to child fetchers, depending on a provided predicate.
RoutingFetcher.Route - class in org.readium.r2.shared.fetcher.RoutingFetcher
Holds a child fetcher and the predicate used to determine if it can answer a request.
RTL - enum entry in org.readium.r2.shared.publication.ContentLayout
 
RTL - enum entry in org.readium.r2.shared.publication.ReadingProgression

Right to left

A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  R  S  T  U  V  W  X