public static interface Files.FSCapability
Modifier and Type | Field and Description |
---|---|
static byte |
DEL_ON_EXIT
FS can mark a file or directory to be deleted on exit
|
static byte |
LS_DIR
FS can list the content of a directory
|
static byte |
RANDOM_READ
FS can read file in a random fashion
|
static byte |
RANDOM_WRITE
FS can write to files in a random fashion
|
static byte |
READ
FS can read files
|
static byte |
STAT
FS can determine properties of a file or directory
|
static byte |
WRITE
FS can write files
|
static final byte READ
static final byte WRITE
static final byte RANDOM_READ
static final byte RANDOM_WRITE
static final byte LS_DIR
static final byte STAT
static final byte DEL_ON_EXIT
Terrier 4.0. Copyright © 2004-2014 University of Glasgow