| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs.archive |
Provides acces to archive files as if they were just directories.
|
| Class and Description |
|---|
| FsArchiveController
An abstract archive controller which is the super class for any archive
controller, providing all the essential services required for accessing an
archive file.
|
| FsArchiveDriver
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.
|
| FsArchiveEntry
Represents an entry in an archive file.
|
| FsArchiveFileSystem
A read/write virtual file system for archive entries.
|
| FsArchiveFileSystem.EntryTable |
| FsArchiveFileSystem.SegmentLink
A data class which represents a segment for use by
FsArchiveFileSystem.PathLink. |
| FsArchiveFileSystem.Splitter
Splits a given path name into its parent path name and base name.
|
| FsArchiveFileSystemEvent
An archive file system event.
|
| FsArchiveFileSystemException
Thrown to indicate an exceptional condition in an
FsArchiveFileSystem. |
| FsArchiveFileSystemOperation
Represents an operation on a chain of one or more archive entries.
|
| FsArchiveFileSystemTouchListener
Used to notify implementations of an event in an
FsArchiveFileSystem. |
| FsCharsetArchiveDriver.ThreadLocalEncoder |
| FsCovariantEntry
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). |
| FsDefaultArchiveController.Input
This member class makes this archive controller instance strongly
reachable from any created input stream.
|
| FsDefaultArchiveController.Output
This member class makes this archive controller instance strongly
reachable from any created output stream.
|
| FsFileSystemArchiveController
This abstract archive controller controls the mount state transition.
|
| FsFileSystemArchiveController.MountState
Represents the mount state of the archive file system.
|
| FsMultiplexedArchiveOutputShop.TempEntryOutputStream
This entry output stream writes the archive entry to a temporary file.
|
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.