TrueZIP 6.8

Uses of Package
de.schlichtherle.io

Packages that use de.schlichtherle.io
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.samples Provides sample main classes for various archive file operation utilities (zip, unzip, encrypt, decrypt etc.). 
de.schlichtherle.io.swing Provides random read only access to files (as opposed to the random read/write access provided by RandomAccessFile). 
de.schlichtherle.io.swing.tree Support classes for the package de.schlichtherle.io.swing
 

Classes in de.schlichtherle.io used by de.schlichtherle.io
AbstractArchiveDetector
          Implements the FileFactory part of the ArchiveDetector interface.
ArchiveBusyException
          Thrown if an archive file could not get updated because some input or output streams for its entries are still open.
ArchiveBusyWarningException
          Thrown if an archive file has been successfully updated, but some input or output streams for its entries have been forced to close.
ArchiveDetector
          Detects archive files solely by scanning file paths - usually by testing for file name suffixes like .zip or the like.
ArchiveException
          Represents a chain of exceptions thrown by the File.umount() and File.update() methods to indicate an error condition which does incur loss of data.
ArchiveStatistics
          A proxy interface which encapsulates statistics about the total set of archives operated by this package.
ArchiveWarningException
          Represents a chain of exceptions thrown by the File.umount() and File.update() methods to indicate an error condition which does not incur loss of data and may be ignored.
ChainableIOException
          Represents a chain of IOExceptions.
DefaultArchiveDetector
          An ArchiveDetector which matches file paths against a pattern of archive file suffixes in order to detect prospective archive files and look up their corresponding ArchiveDriver in its registry.
File
          A drop-in replacement for its subclass which provides transparent read/write access to archive files and their entries as if they were (virtual) directories and files.
FileFactory
          This interface is not intended for public use!
FileInputStream
          A drop-in replacement for FileInputStream which provides transparent read access to archive entries as if they were (virtual) files.
FileOutputStream
          A drop-in replacement for FileOutputStream which provides transparent write access to archive entries as if they were (virtual) files.
RaesFiles
          Saves and restores the contents of arbitrary files to and from the RAES file format for encryption and decryption.
 

Classes in de.schlichtherle.io used by de.schlichtherle.io.archive.spi
ArchiveEntryMetaData
          This class is not intended for public use!
FileBusyException
          Thrown if an archive entry cannot get accessed because either (a) the client application is trying to input or output to the same archive file concurrently and the respective archive driver does not support this, or (b) the archive file needs an implicit unmount which cannot get performed because the client application is still using some other open streams for the same archive file.
InputArchiveMetaData
          This class is not intended for public use!
OutputArchiveMetaData
          This class is not intended for public use!
 

Classes in de.schlichtherle.io used by de.schlichtherle.io.archive.tar
ArchiveEntryMetaData
          This class is not intended for public use!
InputArchiveMetaData
          This class is not intended for public use!
OutputArchiveMetaData
          This class is not intended for public use!
 

Classes in de.schlichtherle.io used by de.schlichtherle.io.archive.zip
ArchiveEntryMetaData
          This class is not intended for public use!
InputArchiveMetaData
          This class is not intended for public use!
OutputArchiveMetaData
          This class is not intended for public use!
 

Classes in de.schlichtherle.io used by de.schlichtherle.io.samples
DefaultArchiveDetector
          An ArchiveDetector which matches file paths against a pattern of archive file suffixes in order to detect prospective archive files and look up their corresponding ArchiveDriver in its registry.
 

Classes in de.schlichtherle.io used by de.schlichtherle.io.swing
ArchiveDetector
          Detects archive files solely by scanning file paths - usually by testing for file name suffixes like .zip or the like.
File
          A drop-in replacement for its subclass which provides transparent read/write access to archive files and their entries as if they were (virtual) directories and files.
 

Classes in de.schlichtherle.io used by de.schlichtherle.io.swing.tree
File
          A drop-in replacement for its subclass which provides transparent read/write access to archive files and their entries as if they were (virtual) directories and files.
 


TrueZIP 6.8

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