A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Z
R
- RarSniffer - class in org.readium.r2.shared.util.format
- Sniffs a RAR archive.
- read(ByteBuffer) - function in org.readium.r2.shared.util.zip.jvm.SeekableByteChannel
- Reads bytes from this channel into the given buffer.
- read(ByteBuffer) - function in org.readium.r2.shared.util.zip.jvm.ReadableByteChannel
- Reads bytes from the channel into the given buffer.
- read(ByteBuffer) - function in org.readium.r2.shared.util.zip.jvm.ByteChannel
- Reads bytes from the channel into the given buffer.
- read(ByteBuffer) - function in org.readium.r2.shared.util.zip.FileChannelAdapter
- Reads bytes from this channel into the given buffer.
- read(ByteBuffer) - function in org.readium.r2.shared.util.zip.jvm.FileChannelAdapter
- Reads bytes from this channel into the given buffer.
- read() - function in org.readium.r2.shared.util.zip.compress.utils.BoundedInputStream
- read(Array,int,int) - function in org.readium.r2.shared.util.zip.compress.utils.BoundedInputStream
- read() - function in java.io.BoundedInputStream
- read(ByteBuffer) - function in org.readium.r2.shared.util.zip.compress.utils.MultiReadOnlySeekableByteChannel
- Reads bytes from this channel into the given buffer.
- read(ByteBuffer) - function in org.readium.r2.shared.util.zip.jvm.MultiReadOnlySeekableByteChannel
- Reads bytes from this channel into the given buffer.
- read() - function in org.readium.r2.shared.util.zip.compress.utils.BoundedArchiveInputStream
- read(Array,int,int) - function in org.readium.r2.shared.util.zip.compress.utils.BoundedArchiveInputStream
- read() - function in java.io.BoundedArchiveInputStream
- read() - function in org.readium.r2.shared.util.zip.compress.utils.CountingInputStream
- read(Array) - function in org.readium.r2.shared.util.zip.compress.utils.CountingInputStream
- read(Array,int,int) - function in org.readium.r2.shared.util.zip.compress.utils.CountingInputStream
- read() - function in java.io.CountingInputStream
- read() - function in org.readium.r2.shared.util.zip.compress.utils.BoundedSeekableByteChannelInputStream
- read(Array,int,int) - function in org.readium.r2.shared.util.zip.compress.utils.BoundedSeekableByteChannelInputStream
- read() - function in java.io.BoundedSeekableByteChannelInputStream
- read() - function in org.readium.r2.shared.util.zip.compress.archivers.ArchiveInputStream
- Reads a byte of data.
- read() - function in java.io.ArchiveInputStream
- read(ByteBuffer) - function in org.readium.r2.shared.util.zip.compress.utils.ZipSplitReadOnlySeekableByteChannel
- Reads bytes from this channel into the given buffer.
- read(ByteBuffer) - function in org.readium.r2.shared.util.zip.jvm.ZipSplitReadOnlySeekableByteChannel
- Reads bytes from this channel into the given buffer.
- read(LongRange) - function in org.readium.r2.shared.util.content.ContentResource
- Reads the bytes at the given range.
- read(LongRange) - function in org.readium.r2.shared.util.data.Readable
- Reads the bytes at the given range.
- read(LongRange) - function in org.readium.r2.shared.util.file.FileResource
- Reads the bytes at the given range.
- read(LongRange) - function in org.readium.r2.shared.util.http.HttpResource
- Reads the bytes at the given range.
- read() - function in org.readium.r2.shared.util.io.CountingInputStream
- read(ByteArray,Integer,Integer) - function in org.readium.r2.shared.util.io.CountingInputStream
- read(ByteArray) - function in java.io.CountingInputStream
- read(LongRange) - function in org.readium.r2.shared.util.resource.BufferingResource
- Reads the bytes at the given range.
- read(LongRange) - function in org.readium.r2.shared.util.resource.FallbackResource
- Reads the bytes at the given range.
- read(LongRange) - function in org.readium.r2.shared.util.resource.InMemoryResource
- Reads the bytes at the given range.
- read(LongRange) - function in org.readium.r2.shared.util.resource.LazyResource
- Reads the bytes at the given range.
- read(LongRange) - function in org.readium.r2.shared.util.data.Resource
- Reads the bytes at the given range.
- read(LongRange) - function in org.readium.r2.shared.util.resource.FailureResource
- Reads the bytes at the given range.
- read(LongRange) - function in org.readium.r2.shared.util.data.StringResource
- Reads the bytes at the given range.
- read(LongRange) - function in org.readium.r2.shared.util.resource.SynchronizedResource
- Reads the bytes at the given range.
- read(LongRange) - function in org.readium.r2.shared.util.resource.TransformingResource
- Reads the bytes at the given range.
- Readable - class in org.readium.r2.shared.util.data
- Acts as a proxy to an actual data source by handling read access.
- ReadableByteChannel - class in org.readium.r2.shared.util.zip.jvm
- A
{@code ReadableByteChannel}is a type of Channel that can read bytes. - readAllBytes() - function in java.io.BoundedInputStream
- readAllBytes() - function in java.io.BoundedArchiveInputStream
- readAllBytes() - function in java.io.CountingInputStream
- readAllBytes() - function in java.io.BoundedSeekableByteChannelInputStream
- readAllBytes() - function in java.io.ArchiveInputStream
- readAllBytes() - function in java.io.CountingInputStream
- readDecodeOrElse(Readable,Function1,Function1,Function1) - function in org.readium.r2.shared.util.data.DecodingKt
- readDecodeOrElse(Readable,Function1,Function1) - function in org.readium.r2.shared.util.data.DecodingKt
- readDecodeOrNull(Container,Url,Function1) - function in org.readium.r2.shared.util.data.ContainerKt
- readDecodeOrNull(Readable,Function1) - function in org.readium.r2.shared.util.data.DecodingKt
- ReadError - class in org.readium.r2.shared.util.data
- Errors occurring while reading a resource.
- ReadError.Access - class in org.readium.r2.shared.util.data.ReadError
- An error occurred while trying to access the content.
- ReadError.Decoding - class in org.readium.r2.shared.util.data.ReadError
- Content doesn't match what was expected and cannot be interpreted.
- ReadError.OutOfMemory - class in org.readium.r2.shared.util.data.ReadError
- Content could not be successfully read because there is not enough memory available.
- ReadError.UnsupportedOperation - class in org.readium.r2.shared.util.data.ReadError
- An operation could not be performed at some point.
- ReadException - class in org.readium.r2.shared.util.data
- An IOException wrapping a ReadError.
- readFully(InputStream,Array) - function in org.readium.r2.shared.util.zip.compress.utils.IOUtils
- Reads as much from input as possible to fill the given array.
- readFully(InputStream,Array,int,int) - function in org.readium.r2.shared.util.zip.compress.utils.IOUtils
- Reads as much from input as possible to fill the given arraywith the given amount of bytes.
- readFully(ReadableByteChannel,ByteBuffer) - function in org.readium.r2.shared.util.zip.compress.utils.IOUtils
- Reads
{@code b.remaining()}bytes from the given channelstarting at the current channel's position. - ReadingKt - class in org.readium.r2.shared.util.data
- 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
- readNBytes(int) - function in java.io.BoundedInputStream
- readNBytes(Array,int,int) - function in java.io.BoundedInputStream
- readNBytes(int) - function in java.io.BoundedArchiveInputStream
- readNBytes(Array,int,int) - function in java.io.BoundedArchiveInputStream
- readNBytes(int) - function in java.io.CountingInputStream
- readNBytes(Array,int,int) - function in java.io.CountingInputStream
- readNBytes(int) - function in java.io.BoundedSeekableByteChannelInputStream
- readNBytes(Array,int,int) - function in java.io.BoundedSeekableByteChannelInputStream
- readNBytes(int) - function in java.io.ArchiveInputStream
- readNBytes(Array,int,int) - function in java.io.ArchiveInputStream
- readNBytes(Integer) - function in java.io.CountingInputStream
- readNBytes(ByteArray,Integer,Integer) - function in java.io.CountingInputStream
- readOrElse(Readable,Function1) - function in org.readium.r2.shared.util.data.ReadingKt
- readRange(InputStream,int) - function in org.readium.r2.shared.util.zip.compress.utils.IOUtils
- Gets part of the contents of an
{@code InputStream}as a{@code byte[]}. - readRange(ReadableByteChannel,int) - function in org.readium.r2.shared.util.zip.compress.utils.IOUtils
- Gets part of the contents of an
{@code ReadableByteChannel}as a{@code byte[]}. - 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.DeprecatedKt
- 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.
- REFLOWABLE - enum entry in org.readium.r2.shared.publication.epub.EpubLayout
- register(Class) - function in org.readium.r2.shared.util.zip.compress.archivers.zip.ExtraFieldUtils
- Register a ZipExtraField implementation.
- RelativeUrl - class in org.readium.r2.shared.util
- Represents a relative Uniform Resource Locator.
- RelativeUrl.Companion - class in org.readium.r2.shared.util.RelativeUrl
- relativize(Url) - function in org.readium.r2.shared.util.Url
- Relativizes the given url against this URL.
- relativize(Url) - function in org.readium.r2.shared.util.AbsoluteUrl
- Relativizes the given url against this URL.
- relativize(Url) - function in org.readium.r2.shared.util.RelativeUrl
- Relativizes the given url against this URL.
- 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.
- remove(String) - function in kotlin.collections.Resource.Properties.Builder
- remove(String,Object) - function in kotlin.collections.Resource.Properties.Builder
- removeExtraField(ZipShort) - function in org.readium.r2.shared.util.zip.compress.archivers.zip.ZipArchiveEntry
- Remove an extra field.
- removeFragment() - function in org.readium.r2.shared.util.Url
- Returns a copy of this URL after dropping its fragment.
- removeFragment() - function in org.readium.r2.shared.util.AbsoluteUrl
- Returns a copy of this URL after dropping its fragment.
- removeFragment() - function in org.readium.r2.shared.util.RelativeUrl
- Returns a copy of this URL after dropping its fragment.
- removeLastComponent(URL) - function in org.readium.r2.shared.DeprecatedKt
- removeLastComponent(URL) - function in org.readium.r2.shared.extensions.URLKt
- removeQuery() - function in org.readium.r2.shared.util.Url
- Returns a copy of this URL after dropping its query.
- removeQuery() - function in org.readium.r2.shared.util.AbsoluteUrl
- Returns a copy of this URL after dropping its query.
- removeQuery() - function in org.readium.r2.shared.util.RelativeUrl
- Returns a copy of this URL after dropping its query.
- removeRegion() - function in org.readium.r2.shared.util.Language
- Returns this Language after stripping the region.
- reparseCentralDirectoryData(boolean,boolean,boolean,boolean) - function in org.readium.r2.shared.util.zip.compress.archivers.zip.Zip64ExtendedInformationExtraField
- Parses the raw bytes read from the central directory extrafield with knowledge which fields are expected to be there.
- replace(String,Object,Object) - function in kotlin.collections.Resource.Properties.Builder
- replace(String,Object) - function in kotlin.collections.Resource.Properties.Builder
- replaceAll(BiFunction) - function in kotlin.collections.Resource.Properties.Builder
- requireLengthFitInt(LongRange) - function in org.readium.r2.shared.extensions.LongRangeKt
- RESERVED - enum entry in org.readium.r2.shared.opds.Availability.State
- reset() - function in java.io.BoundedInputStream
- reset() - function in java.io.BoundedArchiveInputStream
- reset() - function in java.io.CountingInputStream
- reset() - function in java.io.BoundedSeekableByteChannelInputStream
- reset() - function in java.io.ArchiveInputStream
- reset() - function in org.readium.r2.shared.util.io.CountingInputStream
- resolve(Url,Map) - function in org.readium.r2.shared.publication.Href
- Returns the URL represented by this HREF, resolved to the given base URL.
- resolve(Url) - function in org.readium.r2.shared.util.Url
- Resolves the given url to this URL.
- resolve(Url) - function in org.readium.r2.shared.util.AbsoluteUrl
- Resolves the given url to this URL.
- resolve(Url) - function in org.readium.r2.shared.util.RelativeUrl
- Resolves the given url to this URL.
- Resource - class in org.readium.r2.shared.fetcher
- resource(String) - function in org.readium.r2.shared.publication.Publication
- Resource - class in org.readium.r2.shared.util.resource
- Acts as a proxy to an actual resource by handling read access.
- Resource.Exception - class in org.readium.r2.shared.fetcher.Resource
- Resource.Exception - class in org.readium.r2.shared.util.resource.Resource
- Resource.Properties - class in org.readium.r2.shared.util.resource.Resource
- Resource.Properties.Builder - class in org.readium.r2.shared.util.resource.Resource.Properties
- Resource.Properties.Companion - class in org.readium.r2.shared.util.resource.Resource.Properties
- ResourceAlignmentExtraField - class in org.readium.r2.shared.util.zip.compress.archivers.zip
- An extra field who's sole purpose is to align and pad the local file header so that the entry's data starts at a certain position.
- ResourceAsset - class in org.readium.r2.shared.util.asset
- A single resource asset.
- ResourceContentExtractor - class in org.readium.r2.shared.util.resource.content
- Extracts pure content from a marked-up (e.g.
- ResourceContentExtractor.Factory - class in org.readium.r2.shared.util.resource.content.ResourceContentExtractor
- ResourceContentIteratorFactory - class in org.readium.r2.shared.publication.services.content.iterators
- Creates a Content.Iterator instance for the Resource, starting from the given Locator.
- ResourceFactory - class in org.readium.r2.shared.util.resource
- A factory to read Resources from Urls.
- ResourceFactory.Error - class in org.readium.r2.shared.util.resource.ResourceFactory
- ResourceFactory.Error.SchemeNotSupported - class in org.readium.r2.shared.util.resource.ResourceFactory.Error
- ResourceKt - class in org.readium.r2.shared.util.resource
- resourceWithHref(String) - function in org.readium.r2.shared.publication.Publication
- retrieve(AbsoluteUrl,Format) - function in org.readium.r2.shared.util.asset.AssetRetriever
- Retrieves an asset from an url and a known format.
- retrieve(File,FormatHints) - function in org.readium.r2.shared.util.asset.AssetRetriever
- Retrieves an asset from a local file.
- retrieve(AbsoluteUrl,FormatHints) - function in org.readium.r2.shared.util.asset.AssetRetriever
- Retrieves an asset from an AbsoluteUrl.
- retrieve(AbsoluteUrl,MediaType) - function in org.readium.r2.shared.util.asset.AssetRetriever
- Retrieves an asset from an AbsoluteUrl.
- retrieve(File,MediaType) - function in org.readium.r2.shared.util.asset.AssetRetriever
- Retrieves an asset from a local file.
- retrieve(Resource,FormatHints) - function in org.readium.r2.shared.util.asset.AssetRetriever
- Retrieves an asset from an already opened resource.
- retrieve(Container,FormatHints) - function in org.readium.r2.shared.util.asset.AssetRetriever
- Retrieves an asset from an already opened container.
- retrieve(Resource,MediaType) - function in org.readium.r2.shared.util.asset.AssetRetriever
- Retrieves an asset from an already opened resource.
- retrieve(Container,MediaType) - function in org.readium.r2.shared.util.asset.AssetRetriever
- Retrieves an asset from an already opened container.
- reverse(Array) - function in org.readium.r2.shared.util.zip.compress.archivers.zip.ZipUtil
- Reverses a byte[] array.
- RIGHT - enum entry in org.readium.r2.shared.publication.presentation.Presentation.Page
- RootFile - class in org.readium.r2.shared
- RpfSniffer - class in org.readium.r2.shared.util.format
- Sniffs a Readium Web Publication, protected or not by LCP.
- RTL - enum entry in org.readium.r2.shared.publication.ContentLayout
- RTL - enum entry in org.readium.r2.shared.publication.ReadingProgression
Right to left
- RwpmSniffer - class in org.readium.r2.shared.util.format
- Sniffs a Readium Web Manifest.