- UMOUNT - Static variable in class de.schlichtherle.truezip.fs.FsSyncOptions
-
Forcibly closes all I/O resources (i.e. streams, channels etc) for any
entries of the file system, flushes and clears its selective entry cache,
commits all changes to its parent file system (if any) and makes its
controller eligible for garbage collection unless any strong references
are held by the client application.
- UNKNOWN - Static variable in interface de.schlichtherle.truezip.entry.Entry
-
The unknown value for numeric properties, which is -1.
- unlink(FsEntryName, BitField<FsOutputOption>) - Method in class de.schlichtherle.truezip.fs.FsController
-
Removes the named file system entry from the file system.
- unlink(FsEntryName, BitField<FsOutputOption>) - Method in class de.schlichtherle.truezip.fs.FsDecoratingController
-
- update(C, X) - Method in class de.schlichtherle.truezip.io.SequentialIOExceptionBuilder
-
Chains the given exceptions and returns the result.
- update(C, X) - 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(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(boolean) - 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.
- UriBuilder(URI, boolean) - 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(boolean) - 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(Charset, boolean) - 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.
- UTF8 - Static variable in class de.schlichtherle.truezip.util.UriEncoder
-
The default character set.