TrueZIP 6.8.3

Uses of Interface
de.schlichtherle.io.archive.spi.OutputArchive

Packages that use OutputArchive
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 OutputArchive in de.schlichtherle.io
 

Fields in de.schlichtherle.io declared as OutputArchive
private  OutputArchive UpdatingArchiveController.outArchive
          The (possibly temporary) OutputArchive we are writing newly created or modified entries to.
private  OutputArchive OutputArchiveMetaData.outArchive
           
 

Constructors in de.schlichtherle.io with parameters of type OutputArchive
OutputArchiveMetaData(Archive archive, OutputArchive outArchive)
          Creates a new instance of OutputArchiveMetaData and sets itself as the meta data for the given output archive.
 

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.
 

Fields in de.schlichtherle.io.archive.spi declared as OutputArchive
private  OutputArchive MultiplexedOutputArchive.target
          The decorated 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.3

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.