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