|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use EntryFactory | |
|---|---|
| de.schlichtherle.truezip.fs.archive | Provides acces to archive files as if they were just directories. |
| Uses of EntryFactory in de.schlichtherle.truezip.fs.archive |
|---|
| Classes in de.schlichtherle.truezip.fs.archive that implement EntryFactory | |
|---|---|
class |
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. |
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. |
| Fields in de.schlichtherle.truezip.fs.archive declared as EntryFactory | |
|---|---|
private EntryFactory<E> |
FsArchiveFileSystem.factory
|
| Methods in de.schlichtherle.truezip.fs.archive with parameters of type EntryFactory | ||
|---|---|---|
(package private) static
|
FsArchiveFileSystem.newArchiveFileSystem(EntryFactory<AE> factory)
Returns a new archive file system and ensures its integrity. |
|
(package private) static
|
FsArchiveFileSystem.newArchiveFileSystem(EntryFactory<E> factory,
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. |
|
| Constructors in de.schlichtherle.truezip.fs.archive with parameters of type EntryFactory | |
|---|---|
FsArchiveFileSystem(EntryFactory<E> factory)
|
|
FsArchiveFileSystem(EntryFactory<E> factory,
EntryContainer<E> archive,
Entry rootTemplate)
|
|
FsReadOnlyArchiveFileSystem(EntryContainer<E> archive,
EntryFactory<E> factory,
Entry rootTemplate)
|
|
|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||