public abstract class SpawnFileAction
extends java.lang.Object
| Constructor and Description |
|---|
SpawnFileAction() |
| Modifier and Type | Method and Description |
|---|---|
static SpawnFileAction |
close(int fd) |
static SpawnFileAction |
dup(int fd,
int newfd) |
static SpawnFileAction |
open(java.lang.String path,
int fd,
int flags,
int mode) |
public static SpawnFileAction dup(int fd, int newfd)
public static SpawnFileAction open(java.lang.String path, int fd, int flags, int mode)
public static SpawnFileAction close(int fd)
Copyright © 2017. All Rights Reserved.