See: Description
| Interface | Description |
|---|---|
| FsArchiveEntry |
Represents an entry in an archive file.
|
| FsArchiveFileSystemOperation<E extends FsArchiveEntry> |
Represents an operation on a chain of one or more archive entries.
|
| FsArchiveFileSystemTouchListener<E extends FsArchiveEntry> |
Used to notify implementations of an event in an
FsArchiveFileSystem. |
| Class | Description |
|---|---|
| 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 read/write virtual file system for archive entries.
|
| FsArchiveFileSystem.EntryTable<E extends FsArchiveEntry> | |
| FsArchiveFileSystem.SegmentLink<E extends FsArchiveEntry> |
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<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.
|
| FsCovariantEntry<E extends FsArchiveEntry> |
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<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 virtual file system for archive entries.
|
| Exception | Description |
|---|---|
| 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. |
Provides acces to archive files as if they were just directories.
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.