| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs |
Provides access to (possibly federated virtual) file systems.
|
| 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.
|
| 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 |
|---|---|
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<?> |
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.
|
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.