jnr.posix
Class POSIX.SpawnOpenFileAction

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

public static final class POSIX.SpawnOpenFileAction
extends POSIX.SpawnFileAction


Constructor Summary
POSIX.SpawnOpenFileAction(String path, int fd, int flags, int mode)
           
 
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.SpawnOpenFileAction

public POSIX.SpawnOpenFileAction(String path,
                                 int fd,
                                 int flags,
                                 int mode)
Method Detail

act

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


Copyright © 2012. All Rights Reserved.