org.javaseis.nativelib
Class UnixFcntl

java.lang.Object
  extended by org.javaseis.nativelib.UnixFcntl

public class UnixFcntl
extends java.lang.Object

Native interface to Unix "fcntl" routine

Author:
Chuck Mosher

Constructor Summary
UnixFcntl()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void setODIRECT(java.io.FileDescriptor fd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnixFcntl

public UnixFcntl()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Parameters:
args -
Throws:
java.io.IOException

setODIRECT

public static void setODIRECT(java.io.FileDescriptor fd)