public class LinuxFileSystem extends BaseFileSystem<AndroidFileIO> implements FileSystem<AndroidFileIO>, IOConstants
emulator, rootDirDEFAULT_ROOT_FS, DEFAULT_WORK_DIRO_APPEND, O_CLOEXEC, O_CREAT, O_DIRECTORY, O_EXCL, O_NOFOLLOW, O_NONBLOCK, O_RDONLY, O_RDWR, O_WRONLY| 构造器和说明 |
|---|
LinuxFileSystem(Emulator<AndroidFileIO> emulator,
File rootDir) |
| 限定符和类型 | 方法和说明 |
|---|---|
AndroidFileIO |
createDirectoryFileIO(File file,
int oflags,
String path) |
AndroidFileIO |
createSimpleFileIO(File file,
int oflags,
String path) |
protected AndroidFileIO |
createStdin(int oflags) |
protected AndroidFileIO |
createStdout(int oflags,
File stdio,
String pathname) |
LogCatHandler |
getLogCatHandler() |
protected boolean |
hasAppend(int oflags) |
protected boolean |
hasCreat(int oflags) |
protected boolean |
hasDirectory(int oflags) |
protected boolean |
hasExcl(int oflags) |
protected void |
initialize(File rootDir) |
FileResult<AndroidFileIO> |
open(String pathname,
int oflags) |
createWorkDir, getRootDir, mkdir, rename, rmdir, unlinkclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateWorkDir, getRootDir, mkdir, rename, rmdir, unlinkpublic LinuxFileSystem(Emulator<AndroidFileIO> emulator, File rootDir)
public FileResult<AndroidFileIO> open(String pathname, int oflags)
open 在接口中 FileSystem<AndroidFileIO>open 在类中 BaseFileSystem<AndroidFileIO>public LogCatHandler getLogCatHandler()
protected void initialize(File rootDir) throws IOException
initialize 在类中 BaseFileSystem<AndroidFileIO>IOExceptionpublic AndroidFileIO createSimpleFileIO(File file, int oflags, String path)
createSimpleFileIO 在接口中 FileSystem<AndroidFileIO>public AndroidFileIO createDirectoryFileIO(File file, int oflags, String path)
createDirectoryFileIO 在接口中 FileSystem<AndroidFileIO>protected AndroidFileIO createStdin(int oflags)
createStdin 在类中 BaseFileSystem<AndroidFileIO>protected AndroidFileIO createStdout(int oflags, File stdio, String pathname)
createStdout 在类中 BaseFileSystem<AndroidFileIO>protected boolean hasCreat(int oflags)
hasCreat 在类中 BaseFileSystem<AndroidFileIO>protected boolean hasDirectory(int oflags)
hasDirectory 在类中 BaseFileSystem<AndroidFileIO>protected boolean hasAppend(int oflags)
hasAppend 在类中 BaseFileSystem<AndroidFileIO>protected boolean hasExcl(int oflags)
hasExcl 在类中 BaseFileSystem<AndroidFileIO>Copyright © 2021. All rights reserved.