public interface FileSystem<T extends NewFileIO>
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
DEFAULT_ROOT_FS |
static String |
DEFAULT_WORK_DIR |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
Copyright © 2022. All rights reserved.