public interface FileSystem<T extends NewFileIO>
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ROOT_FS |
static String |
DEFAULT_WORK_DIR |
| Modifier and Type | Method and Description |
|---|---|
T |
createDirectoryFileIO(File file,
int oflags,
String path) |
T |
createSimpleFileIO(File file,
int oflags,
String path) |
File |
createWorkDir() |
File |
getRootDir() |
boolean |
mkdir(String path,
int mode) |
FileResult<T> |
open(String pathname,
int oflags) |
int |
rename(String oldPath,
String newPath) |
void |
rmdir(String path) |
void |
unlink(String path) |
static final String DEFAULT_ROOT_FS
static final String DEFAULT_WORK_DIR
Copyright © 2026. All rights reserved.