|
TrueZIP Driver ZIP 7.0 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ZipEntryFactory | |
|---|---|
| de.schlichtherle.truezip.fs.archive.zip | The archive driver family for ZIP files. |
| de.schlichtherle.truezip.zip |
A drop-in replacement for the classes in the package
java.util.zip for reading and writing ZIP files. |
| Uses of ZipEntryFactory in de.schlichtherle.truezip.fs.archive.zip |
|---|
| Classes in de.schlichtherle.truezip.fs.archive.zip that implement ZipEntryFactory | |
|---|---|
class |
CheckedJarDriver
An archive driver for JAR files which checks the CRC-32 value for all ZIP entries in input archives. |
class |
CheckedOdfDriver
An archive driver for ODF files which checks the CRC-32 value for all ZIP entries in input archives. |
class |
CheckedReadOnlySfxDriver
An archive driver for SFX/EXE files which checks the CRC-32 value for all ZIP entries in input archives. |
class |
CheckedZipDriver
An archive driver for ZIP files which checks the CRC-32 values for all ZIP entries in input archives. |
class |
JarDriver
An archive driver which builds JAR files. |
class |
OdfDriver
An archive driver which supports building archive files according to the specification of the OpenDocument Format (ODF), version 1.1. |
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. |
class |
ZipDriver
An archive driver which builds ZIP files. |
| Uses of ZipEntryFactory in de.schlichtherle.truezip.zip |
|---|
| Classes in de.schlichtherle.truezip.zip that implement ZipEntryFactory | |
|---|---|
(package private) class |
DefaultZipEntryFactory
The default factory for ZipEntrys. |
| Fields in de.schlichtherle.truezip.zip declared as ZipEntryFactory | |
|---|---|
private ZipEntryFactory<E> |
RawZipFile.factory
|
(package private) static ZipEntryFactory<ZipEntry> |
DefaultZipEntryFactory.SINGLETON
|
| Constructors in de.schlichtherle.truezip.zip with parameters of type ZipEntryFactory | |
|---|---|
RawZipFile(Pool<ReadOnlyFile,IOException> source,
Charset charset,
boolean preambled,
boolean postambled,
ZipEntryFactory<E> factory)
|
|
RawZipFile(ReadOnlyFile archive,
Charset charset,
boolean preambled,
boolean postambled,
ZipEntryFactory<E> factory)
Reads the given archive in order to provide random access
to its ZIP entries. |
|
|
TrueZIP Driver ZIP 7.0 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||