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.
|
Modifier and Type | Class and Description |
---|---|
class |
FsArchiveDriver<E extends FsArchiveEntry>
An abstract factory for components required for accessing archive files.
|
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 |
FsCovariantEntry<E extends FsArchiveEntry>
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 |
FsMultiplexedOutputShop<E extends FsArchiveEntry>
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.
|
Modifier and Type | Method and Description |
---|---|
static String |
FsArchiveEntries.toString(FsArchiveEntry e)
Returns a string representation of this object for debugging and logging
purposes.
|
Modifier and Type | Class and Description |
---|---|
class |
TarDriverEntry
An entry in a TAR archive which implements the
FsArchiveEntry
interface. |
Modifier and Type | Class and Description |
---|---|
class |
JarDriverEntry
JAR archive entries apply the date/time conversion rules as defined by
DateTimeConverter.JAR . |
class |
ZipDriverEntry
ZIP archive entries apply the date/time conversion rules as defined by
DateTimeConverter.ZIP . |
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.