Package jnr.posix
Class SpawnFileAction.Close
- java.lang.Object
-
- jnr.posix.SpawnFileAction
-
- jnr.posix.SpawnFileAction.Close
-
- Enclosing class:
- SpawnFileAction
private static final class SpawnFileAction.Close extends SpawnFileAction
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intfd
-
Constructor Summary
Constructors Constructor Description Close(int fd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleanact(POSIX posix, jnr.ffi.Pointer nativeFileActions)java.lang.StringtoString()-
Methods inherited from class jnr.posix.SpawnFileAction
close, dup, open
-
-
-
-
Method Detail
-
act
final boolean act(POSIX posix, jnr.ffi.Pointer nativeFileActions)
- Specified by:
actin classSpawnFileAction
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-