| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs.archive |
Provides acces to archive files as if they were just directories.
|
| Class and Description |
|---|
| FsArchiveController
An abstract base class for any archive file system controller which
provide all the essential services required for accessing a prospective
archive file.
|
| FsArchiveDriver
An abstract factory for components required for accessing a federated file
system which is enclosed in a parent file system.
|
| FsArchiveEntry
Represents an entry in an archive file.
|
| FsArchiveFileSystem
A read/write virtual file system for archive entries.
|
| FsArchiveFileSystem.EntryTable |
| FsArchiveFileSystem.SegmentLink
A data class which represents a segment for use by
FsArchiveFileSystem.PathLink. |
| FsArchiveFileSystem.Splitter
Splits a given path name into its parent path name and base name.
|
| FsArchiveFileSystemEvent
An archive file system event.
|
| FsArchiveFileSystemException
Thrown to indicate an exceptional condition in an
FsArchiveFileSystem. |
| FsArchiveFileSystemOperation
Represents an operation on a chain of one or more archive entries.
|
| FsArchiveFileSystemTouchListener
Used to notify implementations of an event in an
FsArchiveFileSystem. |
| FsCacheableFalsePositiveException
A cacheable false positive exception.
|
| FsCharsetArchiveDriver.ThreadLocalCharsetEncoder |
| FsCovariantEntry
A covariant file system entry maintains a map of
archive entries and uses its
key property to determine the archive entry
in the map to which it forwards calls to FsCovariantEntry.getEntry(),
Entry.getSize(Size) and Entry.getTime(Access). |
| FsDefaultArchiveController
This archive controller manages I/O to the entry which represents the target
archive file in its parent file system and resolves archive entry collisions,
for example by performing a full update of the target archive file.
|
| FsDefaultArchiveController.InputArchive |
| FsDefaultArchiveController.OutputArchive |
| FsFileSystemArchiveController
This abstract archive controller controls the mount state transition.
|
| FsFileSystemArchiveController.MountState
Represents the mount state of the archive file system.
|
| FsMultiplexedOutputShop.BufferedEntryOutputStream
This entry output stream writes the archive entry to an
I/O pool entry. |
| FsOperationContext
A JavaBean which represents the original values of selected parameters
for the
FsContextController operation in progress. |
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.