- UMOUNT - Static variable in class de.schlichtherle.truezip.fs.FsManager
-
Equivalent to
BitField.of(FsSyncOption.FORCE_CLOSE_INPUT, FsSyncOption.FORCE_CLOSE_OUTPUT, FsSyncOption.CLEAR_CACHE).
- UMOUNT - Static variable in class de.schlichtherle.truezip.fs.FsSyncOptions
-
Equivalent to
BitField.of(FsSyncOption.FORCE_CLOSE_INPUT, FsSyncOption.FORCE_CLOSE_OUTPUT, FsSyncOption.CLEAR_CACHE).
- UNKNOWN - Static variable in interface de.schlichtherle.truezip.entry.Entry
-
The unknown value for numeric properties, which is -1.
- unlink(FsEntryName) - Method in class de.schlichtherle.truezip.fs.archive.FsArchiveController
-
- unlink(FsEntryName) - Method in class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem
-
If this method returns, the file system entry identified by the given
path has been successfully deleted from this archive file
system.
- unlink(FsEntryName) - Method in class de.schlichtherle.truezip.fs.archive.FsDefaultArchiveController
-
- unlink(FsEntryName) - Method in class de.schlichtherle.truezip.fs.archive.FsReadOnlyArchiveFileSystem
-
- unlink(FsEntryName) - Method in class de.schlichtherle.truezip.fs.FsCachingController
-
- unlink(FsEntryName) - Method in class de.schlichtherle.truezip.fs.FsConcurrentController
-
- unlink(FsEntryName) - Method in class de.schlichtherle.truezip.fs.FsController
-
- unlink(FsEntryName) - Method in class de.schlichtherle.truezip.fs.FsDecoratingController
-
- unlink(FsEntryName) - Method in class de.schlichtherle.truezip.fs.FsFederatingController
-
- UNLINK_SYNC_OPTIONS - Static variable in class de.schlichtherle.truezip.fs.archive.FsArchiveController
-
- update(C, E) - Method in class de.schlichtherle.truezip.io.SequentialIOExceptionBuilder
-
Chains the given exceptions and returns the result.
- update(C, E) - Method in class de.schlichtherle.truezip.util.AbstractExceptionBuilder
-
This method is called to update the given previous result of
the assembly with the given cause.
- uri - Variable in class de.schlichtherle.truezip.entry.EntryName
-
- uri - Variable in class de.schlichtherle.truezip.fs.FsMountPoint
-
- uri - Variable in class de.schlichtherle.truezip.fs.FsPath
-
- uri(URI) - Method in class de.schlichtherle.truezip.util.UriBuilder
-
Initializes all URI components from the given URI.
- UriBuilder - Class in de.schlichtherle.truezip.util
-
A mutable JavaBean for composing URIs according to
RFC 2396
and its updates in
RFC 2732
for IPv6 addresses.
- UriBuilder() - Constructor for class de.schlichtherle.truezip.util.UriBuilder
-
Constructs a new URI builder.
- UriBuilder(URI) - Constructor for class de.schlichtherle.truezip.util.UriBuilder
-
Constructs a new URI builder.
- UriDecoder - Class in de.schlichtherle.truezip.util
-
Decodes quoted characters in URI components according to
RFC 2396
and its updates in
RFC 2732
for IPv6 addresses.
- UriDecoder() - Constructor for class de.schlichtherle.truezip.util.UriDecoder
-
Constructs a new URI decoder which uses the UTF-8 character set to
decode non-US-ASCII characters.
- UriDecoder(Charset) - Constructor for class de.schlichtherle.truezip.util.UriDecoder
-
Constructs a new URI decoder which uses the given character set to
decode non-US-ASCII characters.
- UriEncoder - Class in de.schlichtherle.truezip.util
-
Encodes and decodes illegal characters in URI components according to
RFC 2396
and its updates in
RFC 2732
for IPv6 addresses.
- UriEncoder() - Constructor for class de.schlichtherle.truezip.util.UriEncoder
-
Constructs a new URI codec which uses the UTF-8 character set to encode
non-US-ASCII characters.
- UriEncoder(Charset) - Constructor for class de.schlichtherle.truezip.util.UriEncoder
-
Constructs a new URI codec which uses the given character set to encode
non-US-ASCII characters.
- UriEncoder.Encoding - Enum in de.schlichtherle.truezip.util
-
Defines the escape sequences for illegal characters in various URI
components.
- UriEncoder.Encoding(String) - Constructor for enum de.schlichtherle.truezip.util.UriEncoder.Encoding
-
- UTF8 - Static variable in class de.schlichtherle.truezip.util.UriDecoder
-
- UTF8 - Static variable in class de.schlichtherle.truezip.util.UriEncoder
-