| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs.archive |
Provides acces to archive files as if they were just directories.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FsArchiveDriver<E extends FsArchiveEntry>
An abstract factory for components required for accessing archive files.
|
class |
FsArchiveFileSystem<E extends FsArchiveEntry>
A read/write virtual file system for archive entries.
|
class |
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.
|
class |
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). |
class |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
FsArchiveEntries.toString(FsArchiveEntry e)
Returns a string representation of this object for debugging and logging
purposes.
|
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.