TrueZIP Kernel 7.0-rc1

Uses of Interface
de.schlichtherle.truezip.fs.archive.FsArchiveEntry

Packages that use FsArchiveEntry
de.schlichtherle.truezip.fs.archive Provides acces to archive files as if they were just directories. 
 

Uses of FsArchiveEntry in de.schlichtherle.truezip.fs.archive
 

Classes in de.schlichtherle.truezip.fs.archive with type parameters of type FsArchiveEntry
 class FsArchiveController<E extends FsArchiveEntry>
          An abstract archive controller which is the super class for any archive controller, providing all the essential services required for accessing an archive file.
 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.
(package private)  class FsArchiveFileSystem<E extends FsArchiveEntry>
          A base class for a virtual file system for archive entries.
private static class FsArchiveFileSystem.SegmentLink<E extends FsArchiveEntry>
          A data class which represents a segment for use by FsArchiveFileSystem.PathLink.
 class FsArchiveFileSystemEntry<E extends FsArchiveEntry>
          An abstract archive file system entry which adapts an archive entry to a file system entry.
private static class FsArchiveFileSystemEntry.DirectoryEntry<E extends FsArchiveEntry>
          A directory entry.
private static class FsArchiveFileSystemEntry.FileEntry<E extends FsArchiveEntry>
          A file entry.
private static class FsArchiveFileSystemEntry.NamedDirectoryEntry<E extends FsArchiveEntry>
          A named directory entry.
private static class FsArchiveFileSystemEntry.NamedFileEntry<E extends FsArchiveEntry>
          A named file entry.
private static class FsArchiveFileSystemEntry.NamedSpecialFileEntry<E extends FsArchiveEntry>
          A named special file entry.
(package private)  class FsArchiveFileSystemEvent<E extends FsArchiveEntry>
          An archive file system event.
(package private)  interface FsArchiveFileSystemOperation<E extends FsArchiveEntry>
          Represents an operation on a chain of one or more archive file system entries.
(package private)  interface FsArchiveFileSystemTouchListener<E extends FsArchiveEntry>
          Used to notify implementations of an event in an FsArchiveFileSystem.
 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 FsDefaultArchiveController<E extends FsArchiveEntry>
          This archive controller implements the mounting/unmounting strategy for the container archive file.
(package private)  class FsFileSystemArchiveController<E extends FsArchiveEntry>
          This abstract archive controller controls the mount state transition.
private static class FsFileSystemArchiveController.MountState<E extends FsArchiveEntry>
          Represents the mount state of the archive file system.
 class FsMultiplexedArchiveOutputShop<AE extends FsArchiveEntry>
          Decorates an OutputShop in order to support a virtually unlimited number of entries which may be written concurrently while actually at most one entry is written concurrently to the output archive output.
(package private)  class FsReadOnlyArchiveFileSystem<E extends FsArchiveEntry>
          A read-only archive file system.
 

Fields in de.schlichtherle.truezip.fs.archive declared as FsArchiveEntry
private  AE FsMultiplexedArchiveOutputShop.TempEntryOutputStream.local
           
 

Methods in de.schlichtherle.truezip.fs.archive with type parameters of type FsArchiveEntry
private static
<E extends FsArchiveEntry,X extends IOException>
void
FsDefaultArchiveController.copy(FsArchiveFileSystem<E> fileSystem, InputService<E> input, OutputService<E> output, ExceptionHandler<IOException,X> handler)
           
static
<E extends FsArchiveEntry>
FsArchiveFileSystemEntry<E>
FsArchiveFileSystemEntry.create(FsEntryName name, Entry.Type type, E entry)
          Constructs a new archive file system entry which decorates the given archive entry.
(package private) static
<E extends FsArchiveEntry>
FsArchiveFileSystemEntry<E>
FsArchiveFileSystemEntry.create(String path, Entry.Type type, E entry)
           
(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.
 


TrueZIP Kernel 7.0-rc1

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