Package | Description |
---|---|
de.schlichtherle.truezip.fs.archive |
Provides acces to archive files as if they were just directories.
|
de.schlichtherle.truezip.fs.archive.tar |
The archive driver family for TAR files.
|
de.schlichtherle.truezip.fs.archive.zip |
The archive driver family for ZIP files.
|
de.schlichtherle.truezip.fs.archive.zip.raes |
The archive driver family for RAES encrypted ZIP files, alias TZP files.
|
Class and Description |
---|
FsArchiveDriver
An abstract factory for components required for accessing archive files.
|
FsArchiveEntry
Represents an entry in an archive file.
|
FsArchiveFileSystemException
Thrown to indicate an exceptional condition in an
FsArchiveFileSystem . |
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) . |
Class and Description |
---|
FsArchiveDriver
An abstract factory for components required for accessing archive files.
|
FsArchiveEntry
Represents an entry in an archive file.
|
FsCharsetArchiveDriver
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 and Description |
---|
FsArchiveDriver
An abstract factory for components required for accessing archive files.
|
FsArchiveEntry
Represents an entry in an archive file.
|
FsCharsetArchiveDriver
An abstract base class of an archive driver which provides convenient
methods for dealing with the character set supported by a particular
archive type.
|
FsMultiplexedOutputShop
Decorates annother output shop to support a virtually unlimited number of
entries which may be written concurrently while actually at most one entry
is written concurrently to the decorated output shop.
|
Class and Description |
---|
FsArchiveDriver
An abstract factory for components required for accessing archive files.
|
FsCharsetArchiveDriver
An abstract base class of an archive driver which provides convenient
methods for dealing with the character set supported by a particular
archive type.
|
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.