| 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 | Field and Description |
|---|---|
static BitField<FsInputOption> |
FsInputOptions.NO_INPUT_OPTION
A bit field with no input options set.
|
(package private) BitField<FsInputOption> |
FsFederatingController.Input.options |
(package private) BitField<FsInputOption> |
FsCachingController.Input.options |
| Modifier and Type | Method and Description |
|---|---|
static FsInputOption |
FsInputOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FsInputOption[] |
FsInputOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) FsCachingController.EntryCache |
FsCachingController.EntryCache.configure(BitField<FsInputOption> options) |
InputSocket<?> |
FsStatisticsController.getInputSocket(FsEntryName name,
BitField<FsInputOption> options) |
InputSocket<?> |
FsFederatingController.getInputSocket(FsEntryName name,
BitField<FsInputOption> options) |
InputSocket<?> |
FsDecoratingController.getInputSocket(FsEntryName name,
BitField<FsInputOption> options) |
abstract InputSocket<?> |
FsController.getInputSocket(FsEntryName name,
BitField<FsInputOption> options)
Returns an input socket for reading the contents of the file system
entry addressed by the given name from the file system.
|
InputSocket<?> |
FsConcurrentController.getInputSocket(FsEntryName name,
BitField<FsInputOption> options) |
InputSocket<?> |
FsCachingController.getInputSocket(FsEntryName name,
BitField<FsInputOption> options) |
| Constructor and Description |
|---|
FsCachingController.Input(FsEntryName name,
BitField<FsInputOption> options) |
FsFederatingController.Input(FsEntryName name,
BitField<FsInputOption> options) |
FsStatisticsController.Input(FsEntryName name,
BitField<FsInputOption> options) |
| Modifier and Type | Field and Description |
|---|---|
private static BitField<FsInputOption> |
FsDefaultArchiveController.MOUNT_INPUT_OPTIONS |
| Modifier and Type | Method and Description |
|---|---|
InputSocket<?> |
FsArchiveDriver.getInputSocket(FsController<?> controller,
FsEntryName name,
BitField<FsInputOption> options)
Called to prepare reading an archive file artifact of this driver from
name in controller using options. |
InputSocket<?> |
FsArchiveController.getInputSocket(FsEntryName name,
BitField<FsInputOption> options) |
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.