- charset - Variable in class net.java.truevfs.comp.zipdriver.KeyManagerZipCryptoParameters
-
The character set which has been provided to the constructor and is
used for encoding entry names and the file comment in the ZIP file .
- check(E, ZipInputService<E>) - Method in class net.java.truevfs.comp.zipdriver.AbstractZipDriver
-
Whether or not the content of the given entry shall get
checked/authenticated when reading it.
- check(JarDriverEntry, ZipInputService<JarDriverEntry>) - Method in class net.java.truevfs.comp.zipdriver.CheckedJarDriver
-
Whether or not the content of the given entry shall get
checked/authenticated when reading it.
- check(ZipDriverEntry, ZipInputService<ZipDriverEntry>) - Method in class net.java.truevfs.comp.zipdriver.CheckedZipDriver
-
Whether or not the content of the given entry shall get
checked/authenticated when reading it.
- checkAccess(BitField<FsAccessOption>, FsNodeName, BitField<Entry.Access>) - Method in class net.java.truevfs.comp.zipdriver.AbstractKeyController
-
- CheckedJarDriver - Class in net.java.truevfs.comp.zipdriver
-
An archive driver for JAR files which checks the CRC32 value for all ZIP
entries in input archives.
- CheckedJarDriver() - Constructor for class net.java.truevfs.comp.zipdriver.CheckedJarDriver
-
- CheckedZipDriver - Class in net.java.truevfs.comp.zipdriver
-
An archive driver for ZIP files which checks the CRC32 values for all
ZIP entries in input archives.
- CheckedZipDriver() - Constructor for class net.java.truevfs.comp.zipdriver.CheckedZipDriver
-
- close() - Method in class net.java.truevfs.comp.zipdriver.ZipOutputService
-
Retains the postamble of the source source ZIP file, if any.