| 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 |
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.
|
| Modifier and Type | Field and Description |
|---|---|
private FsArchiveDriver<E> |
FsDefaultArchiveController.driver |
private FsArchiveDriver<E> |
FsArchiveFileSystem.factory |
| Modifier and Type | Method and Description |
|---|---|
FsCovariantEntry<E> |
FsCovariantEntry.clone(FsArchiveDriver<E> driver)
Returns a deep clone of this covariant file system entry.
|
(package private) static <E extends FsArchiveEntry> |
FsArchiveFileSystem.newEmptyFileSystem(FsArchiveDriver<E> driver)
Returns a new empty archive file system and ensures its integrity.
|
(package private) static <E extends FsArchiveEntry> |
FsArchiveFileSystem.newPopulatedFileSystem(FsArchiveDriver<E> driver,
EntryContainer<E> archive,
Entry rootTemplate,
boolean readOnly)
Returns a new archive file system which populates its entries from
the given
archive and ensures its integrity. |
| Constructor and Description |
|---|
FsArchiveFileSystem(FsArchiveDriver<E> driver) |
FsArchiveFileSystem(FsArchiveDriver<E> driver,
EntryContainer<E> archive,
Entry rootTemplate) |
FsDefaultArchiveController(FsConcurrentModel model,
FsController<?> parent,
FsArchiveDriver<E> driver)
Constructs a new archive file system controller.
|
FsReadOnlyArchiveFileSystem(EntryContainer<E> archive,
FsArchiveDriver<E> driver,
Entry rootTemplate) |
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.