Package | Description |
---|---|
de.schlichtherle.truezip.fs |
Provides access to (possibly federated virtual) file systems.
|
de.schlichtherle.truezip.fs.archive.zip |
The archive driver family for ZIP files.
|
de.schlichtherle.truezip.fs.inst |
Provides base classes for the instrumentation of the TrueZIP Kernel.
|
Modifier and Type | Class and Description |
---|---|
class |
FsCacheController
A selective cache for file system entries.
|
class |
FsLockController
Provides read/write locking for multi-threaded access by its clients.
|
class |
FsLockModelDecoratingController<C extends FsController<? extends FsLockModel>>
An abstract file system controller which requires an
FsLockModel so that it can forward its additional method
calls to this model for the convenience of the sub-class. |
class |
FsResourceController
Accounts input and output resources returned by its decorated controller.
|
class |
FsSyncController
Performs a
sync operation on the
file system if and only if any decorated file system controller throws an
FsNeedsSyncException . |
Modifier and Type | Class and Description |
---|---|
class |
KeyManagerController<D extends ZipDriver>
This file system controller decorates another file system controller in
order to manage the keys required for accessing encrypted ZIP files.
|
Modifier and Type | Class and Description |
---|---|
class |
InstrumentingController<D extends InstrumentingDirector<D>> |
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.