- 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.
- err - Variable in class de.schlichtherle.truezip.sample.file.app.Application
-
The print stream for error output.
- exists(String[]) - Method in class de.schlichtherle.truezip.sample.file.app.Nzip
-