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