- java.lang.Object
-
- jnr.posix.SpawnFileAction
-
public abstract class SpawnFileAction extends Object
-
-
Constructor Summary
Constructors Constructor Description SpawnFileAction()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SpawnFileActionclose(int fd)static SpawnFileActiondup(int fd, int newfd)static SpawnFileActionopen(String path, int fd, int flags, int mode)
-
-
-
Method Detail
-
dup
public static SpawnFileAction dup(int fd, int newfd)
-
open
public static SpawnFileAction open(String path, int fd, int flags, int mode)
-
close
public static SpawnFileAction close(int fd)
-
-