|
TrueZIP 6.8.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use InputArchive | |
|---|---|
| de.schlichtherle.io | Provides transparent, multi-threaded read/write access to archive files (ZIP, TAR, etc) and their entries as if they were (virtual) directories and files. |
| de.schlichtherle.io.archive.spi |
The Service Provider Interface (SPI) for pluggable
ArchiveDrivers. |
| de.schlichtherle.io.archive.tar |
Provides the ArchiveDriver family for TAR files. |
| de.schlichtherle.io.archive.zip | Provides the ArchiveDriver family for ZIP files. |
| de.schlichtherle.io.archive.zip.raes |
Provides the ArchiveDriver family for RAES encrypted ZIP
files. |
| Uses of InputArchive in de.schlichtherle.io |
|---|
| Fields in de.schlichtherle.io declared as InputArchive | |
|---|---|
private InputArchive |
UpdatingArchiveController.inArchive
An InputArchive object used to mount the virtual file system
and read the entries from the archive file. |
private InputArchive |
InputArchiveMetaData.inArchive
|
| Constructors in de.schlichtherle.io with parameters of type InputArchive | |
|---|---|
ArchiveFileSystem(ArchiveFileSystemController controller,
InputArchive archive,
long rootTime,
boolean readOnly)
Mounts the archive file system from archive and ensures its
integrity. |
|
InputArchiveMetaData(Archive archive,
InputArchive inArchive)
Creates a new instance of InputArchiveMetaData
and sets itself as the meta data for the given input archive. |
|
| Uses of InputArchive in de.schlichtherle.io.archive.spi |
|---|
| Methods in de.schlichtherle.io.archive.spi that return InputArchive | |
|---|---|
InputArchive |
ArchiveDriver.createInputArchive(Archive archive,
ReadOnlyFile rof)
Creates a new input archive for archive
from the given read only file. |
| Methods in de.schlichtherle.io.archive.spi with parameters of type InputArchive | |
|---|---|
OutputArchive |
ArchiveDriver.createOutputArchive(Archive archive,
OutputStream out,
InputArchive source)
Creates a new output archive for archive
from the given output stream. |
| Uses of InputArchive in de.schlichtherle.io.archive.tar |
|---|
| Classes in de.schlichtherle.io.archive.tar that implement InputArchive | |
|---|---|
class |
TarInputArchive
Presents a TarInputStream as a randomly accessible archive. |
| Methods in de.schlichtherle.io.archive.tar that return InputArchive | |
|---|---|
InputArchive |
TarDriver.createInputArchive(Archive archive,
ReadOnlyFile rof)
Creates a new input archive for archive
from the given read only file. |
| Methods in de.schlichtherle.io.archive.tar with parameters of type InputArchive | |
|---|---|
OutputArchive |
TarDriver.createOutputArchive(Archive archive,
OutputStream out,
InputArchive source)
Creates a new output archive for archive
from the given output stream. |
| Uses of InputArchive in de.schlichtherle.io.archive.zip |
|---|
| Classes in de.schlichtherle.io.archive.zip that implement InputArchive | |
|---|---|
class |
CheckedJarInputArchive
A JarInputArchive which checks the CRC-32 value for all JAR entries. |
class |
CheckedZip32InputArchive
Deprecated. Use CheckedZipInputArchive instead. |
class |
CheckedZipInputArchive
A ZipInputArchive which checks the CRC-32 value for all ZIP entries. |
class |
JarInputArchive
An implementation of InputArchive to read JAR archives. |
class |
Zip32InputArchive
Deprecated. Use ZipInputArchive instead. |
class |
ZipInputArchive
An implementation of InputArchive to read ZIP archives. |
| Methods in de.schlichtherle.io.archive.zip that return InputArchive | |
|---|---|
InputArchive |
ZipDriver.createInputArchive(Archive archive,
ReadOnlyFile rof)
Creates a new input archive for archive
from the given read only file. |
| Methods in de.schlichtherle.io.archive.zip with parameters of type InputArchive | |
|---|---|
OutputArchive |
ZipDriver.createOutputArchive(Archive archive,
OutputStream out,
InputArchive source)
Creates a new output archive for archive
from the given output stream. |
OutputArchive |
OdfDriver.createOutputArchive(Archive archive,
OutputStream out,
InputArchive source)
|
| Uses of InputArchive in de.schlichtherle.io.archive.zip.raes |
|---|
| Methods in de.schlichtherle.io.archive.zip.raes that return InputArchive | |
|---|---|
InputArchive |
AbstractZipRaesDriver.createInputArchive(Archive archive,
ReadOnlyFile rof)
This implementation calls AbstractZipRaesDriver.getRaesParameters(de.schlichtherle.io.archive.Archive), with which it
initializes a new RaesReadOnlyFile. |
| Methods in de.schlichtherle.io.archive.zip.raes with parameters of type InputArchive | |
|---|---|
OutputArchive |
ParanoidZipRaesDriver.createOutputArchive(Archive archive,
OutputStream out,
InputArchive source)
This implementation calls AbstractZipRaesDriver.getRaesParameters(de.schlichtherle.io.archive.Archive), with which it
initializes a new RaesOutputStream, and finally passes the
resulting stream to
ZipDriver.createZipOutputArchive(Archive, OutputStream, ZipInputArchive). |
OutputArchive |
AbstractZipRaesDriver.createOutputArchive(Archive archive,
OutputStream out,
InputArchive source)
This implementation calls AbstractZipRaesDriver.getRaesParameters(de.schlichtherle.io.archive.Archive), with which it
initializes a new RaesOutputStream, and finally passes the
resulting stream to the super class implementation. |
|
TrueZIP 6.8.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||