private static final class SpawnFileAction.Open extends SpawnFileAction
Modifier and Type | Field and Description |
---|---|
(package private) int |
fd |
(package private) int |
flags |
(package private) int |
mode |
(package private) java.lang.String |
path |
Constructor and Description |
---|
Open(java.lang.String path,
int fd,
int flags,
int mode) |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
act(POSIX posix,
jnr.ffi.Pointer nativeFileActions) |
java.lang.String |
toString() |
close, dup, open
final java.lang.String path
final int fd
final int flags
final int mode
final boolean act(POSIX posix, jnr.ffi.Pointer nativeFileActions)
act
in class SpawnFileAction
public java.lang.String toString()
toString
in class java.lang.Object