TrueZIP Kernel 7.0-rc1

Uses of Interface
de.schlichtherle.truezip.entry.EntryFactory

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
<AE extends FsArchiveEntry>
FsArchiveFileSystem<AE>
FsArchiveFileSystem.newArchiveFileSystem(EntryFactory<AE> factory)
          Returns a new archive file system and ensures its integrity.
(package private) static
<E extends FsArchiveEntry>
FsArchiveFileSystem<E>
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

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.