| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs |
Provides access to (possibly federated virtual) file systems.
|
| de.schlichtherle.truezip.fs.archive |
Provides acces to archive files as if they were just directories.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
FsCachingController.CacheEntry
Hides backing store entries.
|
class |
FsDecoratingEntry<E extends Entry>
An abstract decorator for an entry.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) FsEntry |
FsCachingController.EntryCache.getEntry() |
FsEntry |
FsFederatingController.getEntry(FsEntryName name) |
FsEntry |
FsDecoratingController.getEntry(FsEntryName name) |
abstract FsEntry |
FsController.getEntry(FsEntryName name)
Returns a file system entry or
null if no file system entry
exists for the given name. |
FsEntry |
FsConcurrentController.getEntry(FsEntryName name) |
| Modifier and Type | Class and Description |
|---|---|
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). |
| Modifier and Type | Method and Description |
|---|---|
FsEntry |
FsArchiveController.getEntry(FsEntryName name) |
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.