Package | Description |
---|---|
net.java.truevfs.comp.zipdriver |
The archive driver family for ZIP files.
|
net.java.truevfs.driver.odf |
Provides a file system driver for accessing the Open Document File format.
|
net.java.truevfs.driver.zip.raes |
Provides a file system driver for accessing the RAES encrypted ZIP file
format, alias ZIP.RAES or TZP.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckedJarDriver
An archive driver for JAR files which checks the CRC32 value for all ZIP
entries in input archives.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckedOdfDriver
An archive driver for ODF files which checks the CRC32 value for all ZIP
entries in input archives.
|
class |
OdfDriver
An archive driver for application archive files according to the Open
Document Format (ODF) Specification, V1.0 and later.
|
Modifier and Type | Class and Description |
---|---|
class |
ParanoidZipRaesDriver
A paranoid archive driver for RAES encrypted ZIP files.
|
class |
SafeZipRaesDriver
A safe archive driver for RAES encrypted ZIP files (ZIP.RAES).
|
class |
ZipRaesDriver
An abstract archive driver for RAES encrypted ZIP files which optionally
authenticates the cipher data of the input archive files presented to it.
|
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.