Package | Description |
---|---|
net.java.truevfs.comp.zip |
Provides classes for reading and writing ZIP files.
|
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.sfx |
Provides a file system driver for read-only access to the SelF eXtracting
ZIP file format, alias SFX.
|
net.java.truevfs.driver.zip.raes |
Provides a file system driver for accessing the RAES encrypted ZIP file
format, alias ZIP.RAES or TZP.
|
Constructor and Description |
---|
AbstractZipFile(net.java.truecommons.io.Source source,
ZipFileParameters<E> param)
Reads the given
zip file in order to provide random access
to its entries. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractZipDriver<E extends AbstractZipDriverEntry>
An abstract archive driver for the ZIP file format.
|
class |
CheckedJarDriver
An archive driver for JAR files which checks the CRC32 value for all ZIP
entries in input archives.
|
class |
CheckedZipDriver
An archive driver for ZIP files which checks the CRC32 values for all
ZIP entries in input archives.
|
class |
JarDriver
An archive driver for Java Archive files (JAR).
|
class |
ZipDriver
An archive driver for ZIP files.
|
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 |
CheckedReadOnlySfxDriver
An archive driver for SFX/EXE files which checks the CRC32 value for all
ZIP entries in input archives.
|
class |
ReadOnlySfxDriver
An archive driver which reads Self Executable (SFX/EXE) ZIP files,
but doesn't support to create or update them because this would spoil the
SFX code in its preamble.
|
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.