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

L

LANDSCAPE - enum entry in org.readium.r2.shared.publication.presentation.Presentation.Orientation
 
LANDSCAPE - enum entry in org.readium.r2.shared.publication.presentation.Presentation.Spread
 
Language - class in org.readium.r2.shared.util
Represents a language with its region.
lastIndexOf(E) - function in kotlin.collections.CursorList
 
launch(SuspendFunction0) - function in org.readium.r2.shared.util.CoroutineQueue
Launches a coroutine in the queue.
launch(SuspendFunction1) - function in org.readium.r2.shared.util.SingleJob
Launches a coroutine job.
layoutOf(Presentation,Link) - function in org.readium.r2.shared.publication.epub.PresentationKt
Get the layout of the given resource in this publication.
LazyKt - class in org.readium.r2.shared.util
 
LazyResource - class in org.readium.r2.shared.util.resource
Wraps a Resource which will be created only when first accessing one of its members.
LazyResourceKt - class in org.readium.r2.shared.util.resource
 
LCPL - enum entry in org.readium.r2.shared.publication.Publication.EXTENSION
 
LcpLicenseSniffer - class in org.readium.r2.shared.util.format
Sniffs an LCP License Document.
LEFT - enum entry in org.readium.r2.shared.publication.presentation.Presentation.Page
 
length() - function in org.readium.r2.shared.util.content.ContentResource
Returns data length from metadata if available, or calculated from reading the bytes otherwise.
length() - function in org.readium.r2.shared.util.data.Readable
Returns data length from metadata if available, or calculated from reading the bytes otherwise.
length() - function in org.readium.r2.shared.util.file.FileResource
Returns data length from metadata if available, or calculated from reading the bytes otherwise.
length() - function in org.readium.r2.shared.util.http.HttpResource
Returns data length from metadata if available, or calculated from reading the bytes otherwise.
length() - function in org.readium.r2.shared.util.data.BufferingResource
Returns data length from metadata if available, or calculated from reading the bytes otherwise.
length() - function in org.readium.r2.shared.util.resource.FallbackResource
Returns data length from metadata if available, or calculated from reading the bytes otherwise.
length() - function in org.readium.r2.shared.util.resource.InMemoryResource
Returns data length from metadata if available, or calculated from reading the bytes otherwise.
length() - function in org.readium.r2.shared.util.resource.LazyResource
Returns data length from metadata if available, or calculated from reading the bytes otherwise.
length() - function in org.readium.r2.shared.util.data.Resource
Returns data length from metadata if available, or calculated from reading the bytes otherwise.
length() - function in org.readium.r2.shared.util.resource.FailureResource
Returns data length from metadata if available, or calculated from reading the bytes otherwise.
length() - function in org.readium.r2.shared.util.data.StringResource
Returns data length from metadata if available, or calculated from reading the bytes otherwise.
length() - function in org.readium.r2.shared.util.resource.SynchronizedResource
Returns data length from metadata if available, or calculated from reading the bytes otherwise.
length() - function in org.readium.r2.shared.util.resource.TransformingResource
Returns data length from metadata if available, or calculated from reading the bytes otherwise.
Link - class in org.readium.r2.shared.publication
Link Object for the Readium Web Publication Manifest.
link(Function1) - function in org.readium.r2.shared.publication.Publication
 
Link.Companion - class in org.readium.r2.shared.publication.Link
 
LinkKt - class in org.readium.r2.shared.publication
 
linksWithRel(String) - function in org.readium.r2.shared.publication.Manifest
Finds all Links having the given rel in the manifest's links.
linksWithRel(String) - function in org.readium.r2.shared.publication.Publication
Finds all Links having the given rel in the publications's links.
linkWithHref(Url) - function in org.readium.r2.shared.publication.Manifest
Finds the first Link with the given HREF in the manifest's links.
linkWithHref(Url) - function in org.readium.r2.shared.publication.Publication
Finds the first Link with the given HREF in the publication's links.
linkWithRel(String) - function in org.readium.r2.shared.publication.Manifest
Finds the first Link with the given relation in the manifest's links.
linkWithRel(String) - function in org.readium.r2.shared.publication.Publication
Finds the first Link having the given rel in the publications's links.
listIterator(Integer) - function in kotlin.collections.CursorList
 
listIterator() - function in kotlin.collections.CursorList
 
ListWarningLogger - class in org.readium.r2.shared.util.logging
Implementation of a WarningLogger that accumulates the warnings in a list, to be used as a convenience by third-party apps.
localBaseUrlOf(String,Integer) - function in org.readium.r2.shared.publication.Publication.Companion
Creates the base URL for a Publication locally served through HTTP, from the publication's filename and the HTTP server port.
LocalizedString - class in org.readium.r2.shared.publication
Represents a string with multiple translations indexed by a BCP 47 language tag.
LocalizedString.Companion - class in org.readium.r2.shared.publication.LocalizedString
 
LocalizedString.Translation - class in org.readium.r2.shared.publication.LocalizedString
 
localUrlOf(String,Integer,String) - function in org.readium.r2.shared.publication.Publication.Companion
Gets the absolute URL of a resource locally served through HTTP.
locate(Locator) - function in org.readium.r2.shared.publication.services.LocatorService
Locates the target of the given locator.
locate(Locator) - function in org.readium.r2.shared.publication.services.DefaultLocatorService
Locates the target of the given locator.
locate(Publication,Locator) - function in org.readium.r2.shared.publication.services.LocatorServiceKt
Locates the target of the given locator.
locateProgression(Double) - function in org.readium.r2.shared.publication.services.LocatorService
Locates the target at the given totalProgression relative to the whole publication.
locateProgression(Double) - function in org.readium.r2.shared.publication.services.DefaultLocatorService
Locates the target at the given totalProgression relative to the whole publication.
locateProgression(Publication,Double) - function in org.readium.r2.shared.publication.services.LocatorServiceKt
Locates the target at the given progression relative to the whole publication.
Locator - class in org.readium.r2.shared.publication
Represents a precise location in a publication in a format that can be stored and shared.
Locator.Companion - class in org.readium.r2.shared.publication.Locator
 
Locator.Locations - class in org.readium.r2.shared.publication.Locator
One or more alternative expressions of the location.
Locator.Locations.Companion - class in org.readium.r2.shared.publication.Locator.Locations
 
Locator.Text - class in org.readium.r2.shared.publication.Locator
Textual context of the locator.
Locator.Text.Companion - class in org.readium.r2.shared.publication.Locator.Text
 
LocatorCollection - class in org.readium.r2.shared.publication
Represents a sequential list of Locator objects.
LocatorCollection.Companion - class in org.readium.r2.shared.publication.LocatorCollection
 
LocatorCollection.Metadata - class in org.readium.r2.shared.publication.LocatorCollection
Holds the metadata of a LocatorCollection.
LocatorCollection.Metadata.Companion - class in org.readium.r2.shared.publication.LocatorCollection.Metadata
 
locatorFromLink(Link) - function in org.readium.r2.shared.publication.Manifest
Creates a new Locator object from a Link to a resource of this manifest.
locatorFromLink(Link) - function in org.readium.r2.shared.publication.Publication
Creates a new Locator object from a Link to a resource of this publication.
LocatorKt - class in org.readium.r2.shared.publication
 
LocatorKt - class in org.readium.r2.shared.publication.html
 
LocatorService - class in org.readium.r2.shared.publication.services
Locates the destination of various sources (e.g.
LocatorServiceKt - class in org.readium.r2.shared.publication.services
 
log(Warning) - function in org.readium.r2.shared.util.logging.WarningLogger
Notifies that a warning occurred.
log(Warning) - function in org.readium.r2.shared.util.logging.ListWarningLogger
Notifies that a warning occurred.
log(Warning) - function in org.readium.r2.shared.util.logging.ConsoleWarningLogger
Notifies that a warning occurred.
log(WarningLogger,Class,String,JSONObject,Warning.SeverityLevel) - function in org.readium.r2.shared.util.logging.WarningLoggerKt
Raises a JsonWarning.
LongRangeKt - class in org.readium.r2.shared.extensions
 
Low - enum entry in org.readium.r2.shared.util.MemoryObserver.Level
 
LpfSniffer - class in org.readium.r2.shared.util.format
Sniffs a Lightweight Packaging Format (LPF).
LTR - enum entry in org.readium.r2.shared.publication.ContentLayout
 
LTR - enum entry in org.readium.r2.shared.publication.ReadingProgression

Left to right

LZMA - enum entry in org.readium.r2.shared.util.zip.compress.archivers.zip.ZipMethod

Compression Method 14 for LZMA.

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