public class DriverFileIO extends BaseAndroidFileIO implements NewFileIO, AndroidFileIO
oflags, opSIOCGIFCONF, SIOCGIFFLAGS| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
static DriverFileIO |
create(Emulator<?> emulator,
int oflags,
String pathname) |
int |
fstat(Emulator<?> emulator,
StatStructure stat) |
int |
getdents64(com.sun.jna.Pointer dirp,
int size) |
int |
ioctl(Emulator<?> emulator,
long request,
long argp) |
int |
read(Backend backend,
com.sun.jna.Pointer buffer,
int count) |
String |
toString() |
int |
write(byte[] data) |
accept, setFlags, statfsbind, canRead, connect, dup2, fcntl, ftruncate, getMmapData, getPath, getpeername, getsockname, getsockopt, listen, llseek, lseek, mmap2, pread, recvfrom, sendto, setsockopt, shutdownclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, statfsbind, connect, dup2, fcntl, ftruncate, getPath, getpeername, getsockname, getsockopt, listen, llseek, lseek, mmap2, pread, recvfrom, sendto, setsockopt, shutdownpublic static DriverFileIO create(Emulator<?> emulator, int oflags, String pathname)
public void close()
close 在接口中 FileIOclose 在类中 AbstractFileIOpublic int write(byte[] data)
write 在接口中 FileIOwrite 在类中 AbstractFileIOpublic int read(Backend backend, com.sun.jna.Pointer buffer, int count)
read 在接口中 FileIOread 在类中 AbstractFileIOpublic int ioctl(Emulator<?> emulator, long request, long argp)
ioctl 在接口中 FileIOioctl 在类中 AbstractFileIOpublic int fstat(Emulator<?> emulator, StatStructure stat)
fstat 在接口中 AndroidFileIOfstat 在类中 BaseAndroidFileIOpublic int getdents64(com.sun.jna.Pointer dirp,
int size)
getdents64 在接口中 AndroidFileIOgetdents64 在类中 BaseAndroidFileIOCopyright © 2021. All rights reserved.