- encode(String, UriEncoder.Encoding) - Method in class de.schlichtherle.truezip.util.UriEncoder
-
Encodes all characters in the string dS
which are illegal within
the URI component comp
.
- encode(String, UriEncoder.Encoding, StringBuilder) - Method in class de.schlichtherle.truezip.util.UriEncoder
-
Encodes all characters in the string dS
which are illegal within
the URI component comp
to the string builder eS
.
- Encrypt - Class in de.schlichtherle.truezip.sample.file.app
-
Encrypts the contents of the file provided as the first argument
into the RAES file provided as the second argument for the main method.
- Encrypt() - Constructor for class de.schlichtherle.truezip.sample.file.app.Encrypt
-
- encrypt(String, String) - Static method in class de.schlichtherle.truezip.sample.file.RaesFiles
-
Encrypts the given plain file to the given RAES file.
- encrypt(String, String, TArchiveDetector) - Static method in class de.schlichtherle.truezip.sample.file.RaesFiles
-
Encrypts the given plain file to the given RAES file,
using the provided TArchiveDetector to detect any archive files in its
parent directory path except the files themselves, which are not
recognized as archive files.
- endsWith(Path) - Method in class de.schlichtherle.truezip.nio.file.TPath
-
- endsWith(String) - Method in class de.schlichtherle.truezip.nio.file.TPath
-
- enforce(long) - Static method in class de.schlichtherle.truezip.crypto.SuspensionPenalty
-
- EnhancedPanel - Class in de.schlichtherle.truezip.swing
-
- EnhancedPanel(LayoutManager, boolean) - Constructor for class de.schlichtherle.truezip.swing.EnhancedPanel
-
Creates a new EnhancedPanel
with the specified layout
manager and buffering strategy.
- EnhancedPanel(LayoutManager) - Constructor for class de.schlichtherle.truezip.swing.EnhancedPanel
-
Create a new buffered EnhancedPanel
with the specified
layout manager.
- EnhancedPanel(boolean) - Constructor for class de.schlichtherle.truezip.swing.EnhancedPanel
-
Creates a new EnhancedPanel
with FlowLayout
and the specified buffering strategy.
- EnhancedPanel() - Constructor for class de.schlichtherle.truezip.swing.EnhancedPanel
-
Creates a new EnhancedPanel
with a double buffer
and a flow layout.
- entries() - Method in class de.schlichtherle.truezip.zip.ZipFile
-
Enumerates clones of all entries in this ZIP file.
- Entry - Interface in de.schlichtherle.truezip.entry
-
Represents an entry in an entry container,
for example an archive file or a file system etc.
- Entry.Access - Enum in de.schlichtherle.truezip.entry
-
Defines the type of access information for an entry.
- Entry.Size - Enum in de.schlichtherle.truezip.entry
-
Defines the type of size information for an entry.
- Entry.Type - Enum in de.schlichtherle.truezip.entry
-
Defines the type of entry.
- EntryContainer<E extends Entry> - Interface in de.schlichtherle.truezip.entry
-
An iterable container for entries.
- EntryName - Class in de.schlichtherle.truezip.entry
-
Addresses an entry in an entry container.
- EntryName(URI) - Constructor for class de.schlichtherle.truezip.entry.EntryName
-
Constructs a new entry name by parsing the given URI.
- EntryName(EntryName, EntryName) - Constructor for class de.schlichtherle.truezip.entry.EntryName
-
Constructs a new entry name by resolving the given member
entry name against the given parent entry name.
- equals(Object) - Method in class de.schlichtherle.truezip.entry.EntryName
-
Returns
true
iff the given object is a entry name
and its URI
equals
the URI of this entry name.
- equals(Object) - Method in class de.schlichtherle.truezip.file.TFile
- equals(Object) - Method in class de.schlichtherle.truezip.fs.archive.tar.TarDriverEntry
-
- equals(Object) - Method in class de.schlichtherle.truezip.fs.FsController
-
Two file system controllers are considered equal if and only if they
are identical.
- equals(Object) - Method in class de.schlichtherle.truezip.fs.FsEntry
-
Two file system entries are considered equal if and only if they are
identical.
- equals(Object) - Method in class de.schlichtherle.truezip.fs.FsManager
-
Two file system managers are considered equal if and only if they are
identical.
- equals(Object) - Method in class de.schlichtherle.truezip.fs.FsModel
-
Two file system models are considered equal if and only if they are
identical.
- equals(Object) - Method in class de.schlichtherle.truezip.fs.FsMountPoint
-
Returns
true
iff the given object is a mount point and its URI
equals
the URI of this mount point.
- equals(Object) - Method in class de.schlichtherle.truezip.fs.FsPath
-
Returns
true
iff the given object is a path name and its URI
equals
the URI of this path name.
- equals(Object) - Method in class de.schlichtherle.truezip.fs.FsScheme
-
- equals(Object) - Method in class de.schlichtherle.truezip.nio.file.TPath
-
This path is considered equal to the given
other
object
if and only if the other object is identical to this object or if the
other object is a
TPath
object with a
file system
which is considered
equal
to this path's file system and
a
name
which is considered
equal
to this path's name.
- equals(Object) - Method in class de.schlichtherle.truezip.socket.IOSocket
-
Two sockets are considered equal if and only if they are identical.
- equals(byte[], int, byte[], int, int) - Static method in class de.schlichtherle.truezip.util.ArrayHelper
-
Compares max
bytes at the specified offsets of the given
arrays.
- equals(Object) - Method in class de.schlichtherle.truezip.util.BitField
-
Returns true
if and only if the given object is another
BitField
and contains the same bits.
- ExceptionBuilder<C extends Exception,X extends Exception> - Interface in de.schlichtherle.truezip.util
-
An exception builder is an exception handler which assembles an exception
of the parameter type T
from one or more exceptions of the parameter
type C
.
- ExceptionHandler<C extends Exception,X extends Exception> - Interface in de.schlichtherle.truezip.util
-
A generic callback interface designed to be implemented by client
applications in order to inject an exception handling strategy into a
cooperative algorithm as its dependency.
- executeGet(HttpEntry) - Method in class de.schlichtherle.truezip.fs.http.HttpDriver
-
Executes the GET request method for the given URI.
- executeHead(HttpEntry) - Method in class de.schlichtherle.truezip.fs.http.HttpDriver
-
Executes the HEAD request method for the given URI.
- exists() - Method in class de.schlichtherle.truezip.file.TFile
- ExpertFeature - Annotation Type in de.schlichtherle.truezip.file
-
Indicates a feature which requires a certain experience level for safe use.
- ExpertFeature.Level - Enum in de.schlichtherle.truezip.file
-
The experience level required to safely use an expert feature.
- ExpertFeature.Reason - Enum in de.schlichtherle.truezip.file
-
The reason why a feature should only be used by an expert.