|
TrueZIP 6.8 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OutputArchive | |
|---|---|
| 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 OutputArchive in de.schlichtherle.io.archive.spi |
|---|
| Classes in de.schlichtherle.io.archive.spi that implement OutputArchive | |
|---|---|
class |
MultiplexedOutputArchive
A decorator for output archives which allows to write an unlimited number of entries concurrently while actually only one entry is written at a time to the target output archive. |
| Methods in de.schlichtherle.io.archive.spi that return OutputArchive | |
|---|---|
OutputArchive |
ArchiveDriver.createOutputArchive(Archive archive,
OutputStream out,
InputArchive source)
Creates a new output archive for archive
from the given output stream. |
| Constructors in de.schlichtherle.io.archive.spi with parameters of type OutputArchive | |
|---|---|
MultiplexedOutputArchive(OutputArchive target)
Constructs a new MultiplexedOutputArchive. |
|
| Uses of OutputArchive in de.schlichtherle.io.archive.tar |
|---|
| Classes in de.schlichtherle.io.archive.tar that implement OutputArchive | |
|---|---|
class |
TarOutputArchive
An implementation of OutputArchive to write TAR archives. |
| Methods in de.schlichtherle.io.archive.tar that return OutputArchive | |
|---|---|
OutputArchive |
TarDriver.createOutputArchive(Archive archive,
OutputStream out,
InputArchive source)
Creates a new output archive for archive
from the given output stream. |
| Uses of OutputArchive in de.schlichtherle.io.archive.zip |
|---|
| Classes in de.schlichtherle.io.archive.zip that implement OutputArchive | |
|---|---|
class |
CheckedZip32OutputArchive
Deprecated. Use ZipOutputArchive instead. |
class |
OdfOutputArchive
Created by OdfDriver to meet the special requirements of
OpenDocument Format (ODF) files. |
class |
Zip32OutputArchive
Deprecated. Use ZipOutputArchive instead. |
class |
ZipOutputArchive
An implementation of OutputArchive to write ZIP archives. |
| Methods in de.schlichtherle.io.archive.zip that return OutputArchive | |
|---|---|
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)
|
| Constructors in de.schlichtherle.io.archive.zip with parameters of type OutputArchive | |
|---|---|
OdfOutputArchive(OutputArchive target)
Creates a new OdfOutputArchive. |
|
| Uses of OutputArchive in de.schlichtherle.io.archive.zip.raes |
|---|
| Methods in de.schlichtherle.io.archive.zip.raes that return OutputArchive | |
|---|---|
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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||