public class Ioctl extends Object
| Constructor and Description |
|---|
Ioctl() |
| Modifier and Type | Method and Description |
|---|---|
static long |
FIOASYNC() |
static long |
FIOCLEX() |
static long |
FIONBIO() |
static long |
FIONCLEX() |
static long |
FIONREAD() |
static int |
ioctl(int fd,
long request,
org.graalvm.word.PointerBase argp)
Perform the I/O control operation specified by REQUEST on FD.
|
public static long FIOCLEX()
public static long FIONCLEX()
public static long FIONREAD()
public static long FIONBIO()
public static long FIOASYNC()
public static int ioctl(int fd,
long request,
org.graalvm.word.PointerBase argp)