public class DirectoryFileIO extends BaseAndroidFileIO
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DirectoryFileIO.DirectoryEntry |
static class |
DirectoryFileIO.DirentType |
oflags, opSIOCGIFCONF, SIOCGIFFLAGS| 构造器和说明 |
|---|
DirectoryFileIO(int oflags,
String path,
DirectoryFileIO.DirectoryEntry... entries) |
DirectoryFileIO(int oflags,
String path,
File dir) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
int |
fstat(Emulator<?> emulator,
StatStructure stat) |
int |
getdents64(com.sun.jna.Pointer dirp,
int size) |
String |
getPath() |
int |
statfs(StatFS statFS) |
String |
toString() |
accept, setFlagsbind, canRead, connect, dup2, fcntl, ftruncate, getMmapData, getpeername, getsockname, getsockopt, ioctl, listen, llseek, lseek, mmap2, pread, read, recvfrom, sendto, setsockopt, shutdown, writepublic DirectoryFileIO(int oflags,
String path,
DirectoryFileIO.DirectoryEntry... entries)
public int getdents64(com.sun.jna.Pointer dirp,
int size)
getdents64 在接口中 AndroidFileIOgetdents64 在类中 BaseAndroidFileIOpublic void close()
close 在接口中 FileIOclose 在类中 AbstractFileIOpublic int fstat(Emulator<?> emulator, StatStructure stat)
fstat 在接口中 AndroidFileIOfstat 在类中 BaseAndroidFileIOpublic String getPath()
getPath 在接口中 FileIOgetPath 在类中 AbstractFileIOpublic int statfs(StatFS statFS)
statfs 在接口中 AndroidFileIOstatfs 在类中 BaseAndroidFileIOCopyright © 2021. All rights reserved.