A B C D E F G H I J K L M N O P Q R S T U V W Z

M

main(String[]) - Static method in class de.schlichtherle.Decrypt
Equivalent to System.exit(new Decrypt().run(args));.
main(String[]) - Static method in class de.schlichtherle.Encrypt
Equivalent to System.exit(new Encrypt().run(args));.
main(String[]) - Static method in class de.schlichtherle.NZip
Equivalent to System.exit(new NZip().run(args));.
main(String[]) - Static method in class decrypt
Deprecated. Equivalent to System.exit(new decrypt().run(args));.
main(String[]) - Static method in class encrypt
Deprecated. Equivalent to System.exit(new encrypt().run(args));.
main(String[]) - Static method in class nzip
Deprecated. Equivalent to System.exit(new nzip().run(args));.
mapKeyProviderType(Class, Class) - Method in class de.schlichtherle.key.KeyManager
Subclasses must use this method to register default implementation classes for the interfaces KeyProvider and AesKeyProvider and optionally other subinterfaces or subclasses of KeyProvider.
mapPromptingKeyProviderUIType(String, Class) - Method in class de.schlichtherle.key.PromptingKeyManager
Subclasses must use this method to register a user interface class for a particular user interface class identifier as returned by PromptingKeyProvider.getUIClassID().
mark(int) - Method in class de.schlichtherle.io.rof.ReadOnlyFileInputStream
 
mark(int) - Method in class de.schlichtherle.io.util.SynchronizedInputStream
 
markSupported() - Method in class de.schlichtherle.io.rof.ReadOnlyFileInputStream
 
markSupported() - Method in class de.schlichtherle.io.util.SynchronizedInputStream
 
max(long, long) - Static method in class de.schlichtherle.io.rof.BufferedReadOnlyFile
Returns the greater parameter.
MAX_BLOCKSIZE - Static variable in class de.schlichtherle.io.archive.tar.TarBZip2Driver
The maximum block size to use when writing a BZIP2 output stream, which is 9.
MemoryMappedReadOnlyFile - Class in de.schlichtherle.io.rof
Deprecated. This class does not reliably work on the Windows platform, and hence its not used in TrueZIP. The reason is that the mapped file remains allocated until the garbage collector frees it even if the file channel and/or the RandomAccessFile has been closed. Subsequent delete/write operations on the file will then fail. For more information, please refer to http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4715154.
MemoryMappedReadOnlyFile(File) - Constructor for class de.schlichtherle.io.rof.MemoryMappedReadOnlyFile
Deprecated.  
min(long, long) - Static method in class de.schlichtherle.io.rof.BufferedReadOnlyFile
Returns the smaller parameter.
MIN_BLOCKSIZE - Static variable in class de.schlichtherle.io.archive.tar.TarBZip2Driver
The minimum block size to use when writing a BZIP2 output stream, which is 1.
MIN_DOS_TIME - Static variable in class de.schlichtherle.util.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 interface de.schlichtherle.key.KeyProvider
The minimum delay between subsequent attempts to authenticate a key in milliseconds.
mkdir() - Method in class de.schlichtherle.io.File
Creates a new, empty (virtual) directory similar to its superclass implementation.
mkdir(File) - Method in class de.schlichtherle.io.swing.JFileTree
Forwards the call to the FileTreeModel and scrolls the tree so that the newly created directory is selected and visible.
mkdir(File) - Method in class de.schlichtherle.io.swing.tree.FileTreeModel
Creates node as a new directory and updates the tree accordingly.
mkdirs() - Method in class de.schlichtherle.io.File
 
mkdirs(File) - Method in class de.schlichtherle.io.swing.JFileTree
Forwards the call to the FileTreeModel and scrolls the tree so that the newly created directory is selected and visible.
mkdirs(File) - Method in class de.schlichtherle.io.swing.tree.FileTreeModel
Creates node as a new directory, including all parents, and updates the tree accordingly.
moveKeyProvider(String, String) - Static method in class de.schlichtherle.key.KeyManager
Moves a key provider from one resource identifier to another.
MultiplexedOutputArchive - Class in de.schlichtherle.io.archive.spi
A decorator for output archives which allows to write an unlimited number of entries concurrently while actually only one entry is written at a time to the target output archive.
MultiplexedOutputArchive(OutputArchive) - Constructor for class de.schlichtherle.io.archive.spi.MultiplexedOutputArchive
Constructs a new MultiplexedOutputArchive.

A B C D E F G H I J K L M N O P Q R S T U V W Z