jnr.posix
Class POSIX.SpawnCloseFileAction

java.lang.Object
  extended by jnr.posix.POSIX.SpawnFileAction
      extended by jnr.posix.POSIX.SpawnCloseFileAction
Enclosing interface:
POSIX

public static final class POSIX.SpawnCloseFileAction
extends POSIX.SpawnFileAction


Constructor Summary
POSIX.SpawnCloseFileAction(int fd)
           
 
Method Summary
 boolean act(POSIX posix, jnr.ffi.Pointer nativeFileActions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POSIX.SpawnCloseFileAction

public POSIX.SpawnCloseFileAction(int fd)
Method Detail

act

public final boolean act(POSIX posix,
                         jnr.ffi.Pointer nativeFileActions)


Copyright © 2012. All Rights Reserved.