jnr.posix
Class SpawnFileAction

java.lang.Object
  extended by jnr.posix.SpawnFileAction

public abstract class SpawnFileAction
extends Object


Constructor Summary
SpawnFileAction()
           
 
Method Summary
static SpawnFileAction close(int fd)
           
static SpawnFileAction dup(int fd, int newfd)
           
static SpawnFileAction open(String path, int fd, int flags, int mode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpawnFileAction

public SpawnFileAction()
Method Detail

dup

public static SpawnFileAction dup(int fd,
                                  int newfd)

open

public static SpawnFileAction open(String path,
                                   int fd,
                                   int flags,
                                   int mode)

close

public static SpawnFileAction close(int fd)


Copyright © 2014. All Rights Reserved.