TrueZIP Kernel 7.0-rc1

Package de.schlichtherle.truezip.fs.archive

Provides acces to archive files as if they were just directories.

See:
          Description

Interface Summary
FsArchiveEntry Represents an entry in an archive file.
FsArchiveFileSystemOperation<E extends FsArchiveEntry> Represents an operation on a chain of one or more archive file system entries.
FsArchiveFileSystemTouchListener<E extends FsArchiveEntry> Used to notify implementations of an event in an FsArchiveFileSystem.
 

Class Summary
FsArchiveController<E extends FsArchiveEntry> An abstract archive controller which is the super class for any archive controller, providing all the essential services required for accessing an archive file.
FsArchiveController.ProxyEntry  
FsArchiveDriver<E extends FsArchiveEntry> An abstract archive driver which provides access to a federated file system which is persistet in an archive file format like ZIP, JAR, TZP, TAR, TAR.GZ, TAR.BZ2 etc.
FsArchiveFileSystem<E extends FsArchiveEntry> A base class for a virtual file system for archive entries.
FsArchiveFileSystem.SegmentLink<E extends FsArchiveEntry> A data class which represents a segment for use by FsArchiveFileSystem.PathLink.
FsArchiveFileSystem.Splitter Splits a path name into a parent path name and a base path.
FsArchiveFileSystemEntry<E extends FsArchiveEntry> An abstract archive file system entry which adapts an archive entry to a file system entry.
FsArchiveFileSystemEntry.DirectoryEntry<E extends FsArchiveEntry> A directory entry.
FsArchiveFileSystemEntry.FileEntry<E extends FsArchiveEntry> A file entry.
FsArchiveFileSystemEntry.NamedDirectoryEntry<E extends FsArchiveEntry> A named directory entry.
FsArchiveFileSystemEntry.NamedFileEntry<E extends FsArchiveEntry> A named file entry.
FsArchiveFileSystemEntry.NamedSpecialFileEntry<E extends FsArchiveEntry> A named special file entry.
FsArchiveFileSystemEvent<E extends FsArchiveEntry> An archive file system event.
FsCharsetArchiveDriver<E extends FsArchiveEntry> An abstract base class of an archive driver which provides convenient methods for dealing with the character set supported by a particular archive type.
FsDefaultArchiveController<E extends FsArchiveEntry> This archive controller implements the mounting/unmounting strategy for the container archive file.
FsDefaultArchiveController.DummyInputService<E extends Entry> A dummy input service to substitute for null.
FsFileSystemArchiveController<E extends FsArchiveEntry> This abstract archive controller controls the mount state transition.
FsFileSystemArchiveController.MountState<E extends FsArchiveEntry> Represents the mount state of the archive file system.
FsMultiplexedArchiveOutputShop<AE extends FsArchiveEntry> Decorates an OutputShop in order to support a virtually unlimited number of entries which may be written concurrently while actually at most one entry is written concurrently to the output archive output.
FsReadOnlyArchiveFileSystem<E extends FsArchiveEntry> A read-only archive file system.
 

Exception Summary
FsArchiveFileSystemException Thrown to indicate an exceptional condition in an FsArchiveFileSystem.
FsCacheableFalsePositiveException A cacheable false positive exception.
FsReadOnlyArchiveFileSystemException Thrown to indicate that an operation was trying to modify a read-only FsArchiveFileSystem.
 

Package de.schlichtherle.truezip.fs.archive Description

Provides acces to archive files as if they were just directories.


TrueZIP Kernel 7.0-rc1

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