jnr.posix
Class POSIX.SpawnDupFileAction

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

public static final class POSIX.SpawnDupFileAction
extends POSIX.SpawnFileAction


Constructor Summary
POSIX.SpawnDupFileAction(int fd, int newfd)
           
 
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.SpawnDupFileAction

public POSIX.SpawnDupFileAction(int fd,
                                int newfd)
Method Detail

act

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


Copyright © 2012. All Rights Reserved.