public abstract class SpawnFileAction extends 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(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 © 2015. All Rights Reserved.