@Immutable public final class FsInputOptions extends Object
FsInputOption,
FsOutputOptions| Modifier and Type | Field and Description |
|---|---|
static BitField<FsInputOption> |
INPUT_PREFERENCES_MASK
The mask of input preferences, which is
. |
static BitField<FsInputOption> |
NONE
A bit field with no input options set.
|
| Modifier and Type | Method and Description |
|---|---|
static BitField<FsInputOption> |
of(FsInputOption... options)
Converts the given array to a bit field of input options.
|
public static final BitField<FsInputOption> INPUT_PREFERENCES_MASK
BitField.of(FsInputOption.CACHE).public static final BitField<FsInputOption> NONE
public static BitField<FsInputOption> of(FsInputOption... options)
options - an array of input options.Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.