A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Z
M
- MAJOR - enum entry in org.readium.r2.shared.util.logging.Warning.SeverityLevel
- Manifest - class in org.readium.r2.shared.publication
- Holds the metadata of a Readium publication, as described in the Readium Web Publication Manifest.
- Manifest.Companion - class in org.readium.r2.shared.publication.Manifest
- ManifestTransformer - class in org.readium.r2.shared.publication
- Transforms a manifest's components.
- ManifestTransformerKt - class in org.readium.r2.shared.publication
- map(Function1) - function in org.readium.r2.shared.util.Try
- Returns the encapsulated result of the given transform function applied to the encapsulated value if this instance represents success or the original encapsulated Throwable exception if it is failure.
- map(Function1) - function in org.readium.r2.shared.util.Try.Success
- Returns the encapsulated result of the given transform function applied to the encapsulated value if this instance represents success or the original encapsulated Throwable exception if it is failure.
- map(Function1) - function in org.readium.r2.shared.util.Try.Failure
- Returns the encapsulated result of the given transform function applied to the encapsulated value if this instance represents success or the original encapsulated Throwable exception if it is failure.
- map(Resource,SuspendFunction1) - function in org.readium.r2.shared.util.resource.TransformingResourceKt
- mapCatching(Try) - function in org.readium.r2.shared.util.resource.ResourceKt
- MapCompanion - class in org.readium.r2.shared.util
- Encapsulates a Map into a more limited query API.
- mapFailure(Function1) - function in org.readium.r2.shared.util.Try
- Returns the encapsulated result of the given transform function applied to the encapsulated failure if this instance represents failure or the original encapsulated success value if it is a success.
- mapFailure(Function1) - function in org.readium.r2.shared.util.Try.Success
- Returns the encapsulated result of the given transform function applied to the encapsulated failure if this instance represents failure or the original encapsulated success value if it is a success.
- mapFailure(Function1) - function in org.readium.r2.shared.util.Try.Failure
- Returns the encapsulated result of the given transform function applied to the encapsulated failure if this instance represents failure or the original encapsulated success value if it is a success.
- mapLanguages(Function1) - function in org.readium.r2.shared.publication.LocalizedString
- Returns a new LocalizedString after applying the transform function to each language.
- mapNotNull(JSONObject,Function1) - function in org.readium.r2.shared.extensions.JSONKt
- Returns a list containing the results of applying the given transform function to each element in the original JSONObject.
- mapNotNull(JSONArray,Function1) - function in org.readium.r2.shared.extensions.JSONKt
- Returns a list containing the results of applying the given transform function to each element in the original JSONArray.
- mapStateIn(StateFlow,CoroutineScope,Function1) - function in org.readium.r2.shared.extensions.FlowKt
- Transforms the value of a StateFlow and stores it in a new StateFlow using the given coroutineScope.
- mapTranslations(Function1) - function in org.readium.r2.shared.publication.LocalizedString
- Returns a new LocalizedString after applying the transform function to each translation.
- MapWithDefaultCompanion - class in org.readium.r2.shared.util
- Extends a MapCompanion by adding a default value as a fallback.
- mark(int) - function in java.io.BoundedInputStream
- mark(int) - function in java.io.BoundedArchiveInputStream
- mark(int) - function in java.io.CountingInputStream
- mark(int) - function in java.io.BoundedSeekableByteChannelInputStream
- mark(int) - function in java.io.ArchiveInputStream
- mark(Integer) - function in org.readium.r2.shared.util.io.CountingInputStream
- markSupported() - function in java.io.BoundedInputStream
- markSupported() - function in java.io.BoundedArchiveInputStream
- markSupported() - function in java.io.CountingInputStream
- markSupported() - function in java.io.BoundedSeekableByteChannelInputStream
- markSupported() - function in java.io.ArchiveInputStream
- markSupported() - function in java.io.CountingInputStream
- matches(MediaType) - function in org.readium.r2.shared.util.mediatype.MediaType
- Returns whether this media type and
otherare the same, ignoring parameters that are not in both media types. - matches(String) - function in org.readium.r2.shared.util.mediatype.MediaType
- Returns whether this media type and
otherare the same, ignoring parameters that are not in both media types. - matchesAny(MediaType) - function in org.readium.r2.shared.util.mediatype.MediaType
- Returns whether this media type matches any of the
othersmedia types. - matchesAny(String) - function in org.readium.r2.shared.util.mediatype.MediaType
- Returns whether this media type matches any of the
othersmedia types. - md5(ByteArray) - function in org.readium.r2.shared.extensions.ByteArrayKt
- Computes the MD5 hash of the byte array.
- md5(File) - function in org.readium.r2.shared.extensions.FileKt
- Computes the MD5 hash of the file.
- MediaOverlayNode - class in org.readium.r2.shared
- MediaOverlays - class in org.readium.r2.shared
- MediaOverlays.NextNodeResult - class in org.readium.r2.shared.MediaOverlays
- mediaType(File,String) - function in org.readium.r2.shared.extensions.FileKt
- Sniffs the media type of the file.
- MediaType - class in org.readium.r2.shared.util.mediatype
- Represents a document format, identified by a unique RFC 6838 media type.
- mediaType(File,String) - function in org.readium.r2.shared.util.mediatype.ExtensionsKt
- MediaType.Companion - class in org.readium.r2.shared.util.mediatype.MediaType
- MemoryObserver - class in org.readium.r2.shared.util
- A memory observer reacts to a device reclaiming memory by releasing unused resources.
- MemoryObserver.Companion - class in org.readium.r2.shared.util.MemoryObserver
- MemoryObserver.Level - class in org.readium.r2.shared.util.MemoryObserver
- Level of memory trim.
- MemoryObserver.Level.Companion - class in org.readium.r2.shared.util.MemoryObserver.Level
- merge(String,Object,BiFunction) - function in kotlin.collections.Resource.Properties.Builder
- mergeCentralDirectoryData(Array) - function in org.readium.r2.shared.util.zip.compress.archivers.zip.ExtraFieldUtils
- Merges the central directory fields of the given ZipExtraFields.
- mergeLocalFileDataData(Array) - function in org.readium.r2.shared.util.zip.compress.archivers.zip.ExtraFieldUtils
- Merges the local file data fields of the given ZipExtraFields.
- Metadata - class in org.readium.r2.shared.publication
- https://readium.org/webpub-manifest/schema/metadata.schema.
- Metadata.Companion - class in org.readium.r2.shared.publication.Metadata
- MetadataKt - class in org.readium.r2.shared.publication.presentation
- MINOR - enum entry in org.readium.r2.shared.util.logging.Warning.SeverityLevel
- Moderate - enum entry in org.readium.r2.shared.util.MemoryObserver.Level
- MODERATE - enum entry in org.readium.r2.shared.util.logging.Warning.SeverityLevel
- MultiReadOnlySeekableByteChannel - class in org.readium.r2.shared.util.zip.compress.utils
- Read-Only Implementation of SeekableByteChannel that concatenates a collection of other SeekableByteChannels.