@Immutable
public final class FsAccessOptions
extends java.lang.Object
FsAccessOption| Modifier and Type | Field and Description |
|---|---|
static net.java.truecommons.shed.BitField<FsAccessOption> |
ACCESS_PREFERENCES_MASK
The mask of access preferences, which is
. |
static net.java.truecommons.shed.BitField<FsAccessOption> |
NONE
A bit field with no access options set.
|
| Modifier and Type | Method and Description |
|---|---|
static net.java.truecommons.shed.BitField<FsAccessOption> |
of(FsAccessOption... options)
Converts the given array to a bit field of output options.
|
public static final net.java.truecommons.shed.BitField<FsAccessOption> NONE
public static final net.java.truecommons.shed.BitField<FsAccessOption> ACCESS_PREFERENCES_MASK
BitField.of(FsAccessOption.CACHE, FsAccessOption.CREATE_PARENTS, FsAccessOption.STORE, FsAccessOption.COMPRESS, FsAccessOption.GROW, FsAccessOption.ENCRYPT).public static net.java.truecommons.shed.BitField<FsAccessOption> of(FsAccessOption... options)
options - an array of output options.