A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Z
U
- UNAVAILABLE - enum entry in org.readium.r2.shared.opds.Availability.State
- UNICODE_EXTRA_FIELD - enum entry in org.readium.r2.shared.util.zip.compress.archivers.zip.ZipArchiveEntry.CommentSource
The comment has been read from an Unicode Extra Field.
- UNICODE_EXTRA_FIELD - enum entry in org.readium.r2.shared.util.zip.compress.archivers.zip.ZipArchiveEntry.NameSource
The name has been read from an Unicode Extra Field.
- UnicodeCommentExtraField - class in org.readium.r2.shared.util.zip.compress.archivers.zip
- Info-ZIP Unicode Comment Extra Field (0x6375): Stores the UTF-8 version of the file comment as stored in the central directory header.
- UnicodePathExtraField - class in org.readium.r2.shared.util.zip.compress.archivers.zip
- Info-ZIP Unicode Path Extra Field (0x7075): Stores the UTF-8 version of the file name field as stored in the local header and central directory header.
- UnixStat - class in org.readium.r2.shared.util.zip.compress.archivers.zip
- Constants from stat.h on Unix systems.
- UNKNOWN - enum entry in org.readium.r2.shared.util.zip.compress.archivers.zip.ZipMethod
Unknown compression method.
- UNKNOWN - enum entry in org.readium.r2.shared.publication.Publication.EXTENSION
- UnparseableExtraFieldBehavior - class in org.readium.r2.shared.util.zip.compress.archivers.zip
- Handles extra field data that doesn't follow the recommended pattern for extra fields with a two-byte key and a two-byte length.
- UnparseableExtraFieldData - class in org.readium.r2.shared.util.zip.compress.archivers.zip
- Wrapper for extra field data that doesn't conform to the recommended format of header-tag + size + data.
- UnrecognizedExtraField - class in org.readium.r2.shared.util.zip.compress.archivers.zip
- Simple placeholder for all those extra fields we don't want to deal with.
- UNSHRINKING - enum entry in org.readium.r2.shared.util.zip.compress.archivers.zip.ZipMethod
UnShrinking.dynamic Lempel-Ziv-Welch-Algorithm
- unsignedIntToSignedByte(int) - function in org.readium.r2.shared.util.zip.compress.archivers.zip.ZipUtil
- Converts an unsigned integer to a signed byte (e.g., 255 becomes -1).
- UnsupportedZipFeatureException - class in org.readium.r2.shared.util.zip.compress.archivers.zip
- Exception thrown when attempting to read or write data for a zip entry that uses ZIP features not supported by this library.
- UnsupportedZipFeatureException.Feature - class in org.readium.r2.shared.util.zip.compress.archivers.zip.UnsupportedZipFeatureException
- ZIP Features that may or may not be supported.
- url(Url,Map) - function in org.readium.r2.shared.publication.Link
- Returns the URL represented by this link's HREF, resolved to the given base URL.
- url(Locator) - function in org.readium.r2.shared.publication.Publication
- Returns the URL to the resource represented by the given locator, relative to the publication's link with
selfrelation. - url(Link,Map) - function in org.readium.r2.shared.publication.Publication
- Returns the URL to the resource represented by the given link, relative to the publication's link with
selfrelation. - url(Href,Map) - function in org.readium.r2.shared.publication.Publication
- Returns the URL to the resource represented by the given href, relative to the publication's link with
selfrelation. - Url - class in org.readium.r2.shared.util
- A Uniform Resource Locator.
- Url.Companion - class in org.readium.r2.shared.util.Url
- Url.Query - class in org.readium.r2.shared.util.Url
- Represents a list of query parameters in a URL.
- Url.QueryParameter - class in org.readium.r2.shared.util.Url
- Represents a single query parameter and its value in a URL.
- Url.Scheme - class in org.readium.r2.shared.util.Url
- A URL scheme, e.g.
- Url.Scheme.Companion - class in org.readium.r2.shared.util.Url.Scheme
- URLKt - class in org.readium.r2.shared.extensions
- UrlKt - class in org.readium.r2.shared.util
- use(T,Function1) - function in org.readium.r2.shared.util.CloseableKt
- Executes the given block function on this resource and then closes it down correctly whether an exception is thrown or not.
- useDataDescriptor(boolean) - function in org.readium.r2.shared.util.zip.compress.archivers.zip.GeneralPurposeBit
- whether the current entry will use the data descriptor to storeCRC and size information.
- useEncryption(boolean) - function in org.readium.r2.shared.util.zip.compress.archivers.zip.GeneralPurposeBit
- whether the current entry will be encrypted.
- UserException - class in org.readium.r2.shared
- UserProperties - class in org.readium.r2.shared
- UserProperty - class in org.readium.r2.shared
- usesDataDescriptor() - function in org.readium.r2.shared.util.zip.compress.archivers.zip.GeneralPurposeBit
- whether the current entry uses the data descriptor to store CRCand size information.
- usesEncryption() - function in org.readium.r2.shared.util.zip.compress.archivers.zip.GeneralPurposeBit
- whether the current entry is encrypted.
- usesStrongEncryption() - function in org.readium.r2.shared.util.zip.compress.archivers.zip.GeneralPurposeBit
- whether the current entry is encrypted using strong encryption.
- useStrongEncryption(boolean) - function in org.readium.r2.shared.util.zip.compress.archivers.zip.GeneralPurposeBit
- whether the current entry will be encrypted using strong encryption.
- usesUTF8ForNames() - function in org.readium.r2.shared.util.zip.compress.archivers.zip.GeneralPurposeBit
- whether the current entry uses UTF8 for file name and comment.
- useUTF8ForNames(boolean) - function in org.readium.r2.shared.util.zip.compress.archivers.zip.GeneralPurposeBit
- whether the current entry will use UTF8 for file name and comment.