@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
See: Description
| Interface | Description |
|---|---|
| FsArchiveEntry |
Represents an entry in an archive file.
|
| Class | Description |
|---|---|
| FsArchiveDriver<E extends FsArchiveEntry> |
An abstract factory for components required for accessing archive files.
|
| FsArchiveEntries |
Provides static utility methods for
FsArchiveEntry objects. |
| FsArchiveFileSystem<E extends FsArchiveEntry> |
A read/write virtual file system for archive entries.
|
| 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). |
| FsMultiplexedOutputShop<E extends FsArchiveEntry> |
Decorates annother output shop to support a virtually unlimited number of
entries which may be written concurrently while actually at most one entry
is written concurrently to the decorated output shop.
|
| Exception | Description |
|---|---|
| FsArchiveFileSystemException |
Thrown to indicate an exceptional condition in an
FsArchiveFileSystem. |
| FsReadOnlyArchiveFileSystemException |
Thrown to indicate that an operation was trying to modify a read-only
FsArchiveFileSystem. |
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.