private static final class SpawnFileAction.Dup extends SpawnFileAction
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
fd |
(package private) int |
newfd |
| Constructor and Description |
|---|
Dup(int fd,
int newfd) |
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
act(POSIX posix,
jnr.ffi.Pointer nativeFileActions) |
java.lang.String |
toString() |
close, dup, openfinal boolean act(POSIX posix, jnr.ffi.Pointer nativeFileActions)
act in class SpawnFileActionpublic java.lang.String toString()
toString in class java.lang.Object