- main(String[]) - Static method in class de.schlichtherle.truezip.sample.file.app.Decrypt
-
Equivalent to System.exit(new Decrypt().run(args));
.
- main(String[]) - Static method in class de.schlichtherle.truezip.sample.file.app.Encrypt
-
Equivalent to System.exit(new Encrypt().run(args));
.
- main(String[]) - Static method in class de.schlichtherle.truezip.sample.file.app.Nzip
-
Equivalent to System.exit(new Nzip().run(args));
.
- manager - Variable in class de.schlichtherle.truezip.crypto.raes.param.KeyManagerRaesParameters
-
The key manager for accessing RAES encrypted data.
- map(Object) - Method in interface de.schlichtherle.truezip.util.CanonicalStringSet.Canonicalizer
-
Returns the canonical string representation of o
.
- mark(int) - Method in class de.schlichtherle.truezip.io.DecoratingInputStream
-
- mark(int) - Method in class de.schlichtherle.truezip.io.DisconnectingInputStream
-
- mark(int) - Method in class de.schlichtherle.truezip.io.LockInputStream
-
- mark(int) - Method in class de.schlichtherle.truezip.rof.ReadOnlyFileInputStream
-
- markSupported() - Method in class de.schlichtherle.truezip.io.DecoratingInputStream
-
- markSupported() - Method in class de.schlichtherle.truezip.io.LockInputStream
-
- markSupported() - Method in class de.schlichtherle.truezip.rof.ReadOnlyFileInputStream
-
- MAX_DOS_TIME - Static variable in class de.schlichtherle.truezip.zip.ZipEntry
-
Largest supported DOS date/time value in a ZIP file,
which is December 31st, 2107 AD 23:59:58 local time.
- MAXIMUM_FILE_SYSTEMS_MOUNTED_DEFAULT_VALUE - Static variable in interface de.schlichtherle.truezip.extension.pace.PaceManager
-
The default value for the maximum number of mounted file systems.
- MAXIMUM_FILE_SYSTEMS_MOUNTED_MINIMUM_VALUE - Static variable in interface de.schlichtherle.truezip.extension.pace.PaceManager
-
The minimum value for the maximum number of mounted file systems, which
is 2.
- MAXIMUM_FILE_SYSTEMS_MOUNTED_PROPERTY_KEY - Static variable in interface de.schlichtherle.truezip.extension.pace.PaceManager
-
- MAXIMUM_FILE_SYSTEMS_MOUNTED_PROPERTY_NAME - Static variable in interface de.schlichtherle.truezip.extension.pace.PaceManager
-
The name of the property for the maximum number of file systems which
may have been mounted at any time, which is "maximumFileSystemsMounted".
- MIN_DOS_TIME - Static variable in class de.schlichtherle.truezip.zip.ZipEntry
-
Smallest supported DOS date/time value in a ZIP file,
which is January 1st, 1980 AD 00:00:00 local time.
- MIN_KEY_RETRY_DELAY - Static variable in class de.schlichtherle.truezip.crypto.SuspensionPenalty
-
The minimum delay between subsequent attempts to verify a key
in milliseconds.
- MIN_KEY_RETRY_DELAY - Static variable in class de.schlichtherle.truezip.key.SafeKeyProvider
-
The minimum delay between subsequent attempts to verify a key in
milliseconds.
- mkdir(TFile, boolean) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
-
Forwards the call to the
TFileTreeModel
and scrolls the tree so that the newly created directory
is selected and visible.
- mkdir(TFile, boolean) - Method in class de.schlichtherle.truezip.file.swing.TFileTreeModel
-
Ensures that node
exists as a (virtual) directory in the
(federated) file system and updates the tree accordingly.
- mkdir() - Method in class de.schlichtherle.truezip.file.TFile
-
Creates a new, empty (virtual) directory similar to its superclass
implementation.
- mkdir(boolean) - Method in class de.schlichtherle.truezip.file.TFile
-
Ensures that a (virtual) directory with
this path name
exists in the (federated) file system.
- mkdirs() - Method in class de.schlichtherle.truezip.file.TFile
-
- mknod(FsEntryName, Entry.Type, BitField<FsOutputOption>, Entry) - Method in class de.schlichtherle.truezip.fs.FsController
-
Creates or replaces and finally links a chain of one or more entries
for the given entry name
into the file system.
- mknod(FsEntryName, Entry.Type, BitField<FsOutputOption>, Entry) - Method in class de.schlichtherle.truezip.fs.FsDecoratingController
-
- mknod(FsEntryName, Entry.Type, BitField<FsOutputOption>, Entry) - Method in class de.schlichtherle.truezip.fs.http.HttpController
-
- mountPointUri(FsModel) - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipDriver
-
A template method which derives the URI which represents the mount point
of the given file system model as the base resource URI for looking up
KeyProvider
s.
- move(Path, Path, CopyOption...) - Method in class de.schlichtherle.truezip.nio.file.TFileSystemProvider
-
- moveKeyProvider(URI, URI) - Method in interface de.schlichtherle.truezip.key.KeyManager
-
Moves the mapped key provider from the URI oldResource
to
newResource
.
- moveKeyProvider(URI, URI) - Method in class de.schlichtherle.truezip.key.PromptingKeyManager
-
- moveKeyProvider(URI, URI) - Method in class de.schlichtherle.truezip.key.SafeKeyManager
-
- MultiplexedOutputShop<E extends MutableEntry> - Class in de.schlichtherle.truezip.socket
-
Decorates annother output shop to support a virtually unlimited number of
entries which may be written concurrently while actually at most one entry
is written concurrently to the decorated output shop.
- MultiplexedOutputShop(OutputShop<E>, IOPool<?>) - Constructor for class de.schlichtherle.truezip.socket.MultiplexedOutputShop
-
Constructs a new multiplexed output shop.
- MutableEntry - Interface in de.schlichtherle.truezip.entry
-
Represents a mutable entry in a container.
- mv(TFile, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
-
Forwards the call to the
TFileTreeModel
,
restores the expanded paths, selects
node
and scrolls to
it if necessary.
- mv(TFile, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTreeModel
-
Moves oldNode
to node
and updates the tree accordingly.
- mv(File) - Method in class de.schlichtherle.truezip.file.TFile
-
- mv(File, File, TArchiveDetector) - Static method in class de.schlichtherle.truezip.file.TFile
-
Moves the given source file or directory to the given destination file
or directory.