public class LinuxFileAccess
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
LinuxFileAccess.PollFD |
Modifier and Type | Field and Description |
---|---|
static int |
EVIOCGRAB |
static int |
O_CREAT |
static int |
O_EXCL |
static int |
O_RDONLY |
static int |
O_RDWR |
static int |
O_WRONLY |
Constructor and Description |
---|
LinuxFileAccess() |
Modifier and Type | Method and Description |
---|---|
static int |
close(int fd) |
static void |
grab(int fd) |
static int |
ioctl(int fd,
int request,
int... args) |
static int |
open64(java.lang.String path,
int flags) |
static int |
poll(LinuxFileAccess.PollFD pfd,
int nfds,
int timeout) |
static int |
read(int fd,
com.sun.jna.Pointer buffer,
int size) |
static int |
readInterruptable(int fd,
com.sun.jna.Pointer buffer,
int size) |
static void |
release(int fd) |
public static final int O_RDONLY
public static final int O_WRONLY
public static final int O_RDWR
public static final int O_CREAT
public static final int O_EXCL
public static final int EVIOCGRAB
public static int open64(java.lang.String path, int flags) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorException
public static int close(int fd) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorException
public static int ioctl(int fd, int request, int... args) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorException
public static int read(int fd, com.sun.jna.Pointer buffer, int size) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorException
public static int poll(LinuxFileAccess.PollFD pfd, int nfds, int timeout) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorException
public static void grab(int fd) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorException
public static void release(int fd) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorException
public static int readInterruptable(int fd, com.sun.jna.Pointer buffer, int size)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.