Package | Description |
---|---|
net.java.truevfs.comp.zipdriver |
The archive driver family for ZIP files.
|
net.java.truevfs.driver.sfx |
Provides a file system driver for read-only access to the SelF eXtracting
ZIP file format, alias SFX.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckedZipDriver
An archive driver for ZIP files which checks the CRC32 values for all
ZIP entries in input archives.
|
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.
|
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.