| 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.INPUT_PREFERENCES_MASK
|
static BitField<FsInputOption> |
FsInputOptions.NO_INPUT_OPTION
Deprecated.
|
static BitField<FsInputOption> |
FsInputOptions.NO_INPUT_OPTIONS
Deprecated.
|
static BitField<FsInputOption> |
FsInputOptions.NONE
A bit field with no input options set.
|
(package private) BitField<FsInputOption> |
FsCacheController.EntryCache.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 |
|---|---|
static BitField<FsInputOption> |
FsInputOptions.of(FsInputOption... options)
Converts the given array to a bit field of input options.
|
| Modifier and Type | Method and Description |
|---|---|
static BitField<FsInputOption> |
FsInputOptions.of(FsInputOption... options)
Converts the given array to a bit field of input options.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) InputSocket<?> |
FsCacheController.EntryCache.getInputSocket(BitField<FsInputOption> options) |
InputSocket<?> |
FsSyncController.getInputSocket(FsEntryName name,
BitField<FsInputOption> options) |
InputSocket<?> |
FsResourceController.getInputSocket(FsEntryName name,
BitField<FsInputOption> options) |
InputSocket<?> |
FsLockController.getInputSocket(FsEntryName name,
BitField<FsInputOption> options) |
InputSocket<?> |
FsFinalizeController.getInputSocket(FsEntryName name,
BitField<FsInputOption> options) |
InputSocket<?> |
FsFalsePositiveController.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<?> |
FsCacheController.getInputSocket(FsEntryName name,
BitField<FsInputOption> options) |
(package private) abstract InputSocket<?> |
FsFinalizeController.SocketFactory.newInputSocket(FsFinalizeController<?> controller,
FsEntryName name,
BitField<FsInputOption> options) |
(package private) abstract InputSocket<?> |
FsLockController.SocketFactory.newInputSocket(FsLockController controller,
FsEntryName name,
BitField<FsInputOption> options) |
(package private) abstract InputSocket<?> |
FsResourceController.SocketFactory.newInputSocket(FsResourceController controller,
FsEntryName name,
BitField<FsInputOption> options) |
(package private) abstract InputSocket<?> |
FsSyncController.SocketFactory.newInputSocket(FsSyncController<?> controller,
FsEntryName name,
BitField<FsInputOption> options) |
| Constructor and Description |
|---|
FsCacheController.EntryCache.Input(BitField<FsInputOption> options) |
FsFinalizeController.Input(FsEntryName name,
BitField<FsInputOption> options) |
FsFinalizeController.Nio2Input(FsEntryName name,
BitField<FsInputOption> options) |
FsLockController.Input(FsEntryName name,
BitField<FsInputOption> options) |
FsLockController.Nio2Input(FsEntryName name,
BitField<FsInputOption> options) |
FsResourceController.Input(FsEntryName name,
BitField<FsInputOption> options) |
FsResourceController.Nio2Input(FsEntryName name,
BitField<FsInputOption> options) |
FsSyncController.Input(FsEntryName name,
BitField<FsInputOption> options) |
FsSyncController.Nio2Input(FsEntryName name,
BitField<FsInputOption> options) |
| Modifier and Type | Field and Description |
|---|---|
private static BitField<FsInputOption> |
FsTargetArchiveController.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<?> |
FsContextController.getInputSocket(FsEntryName name,
BitField<FsInputOption> options) |
InputSocket<?> |
FsArchiveController.getInputSocket(FsEntryName name,
BitField<FsInputOption> options) |
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.