jxUtil 0.6

org.sourceforge.jxutil.io
Class UnixIO

java.lang.Object
  |
  +--org.sourceforge.jxutil.JNI
        |
        +--org.sourceforge.jxutil.io.UnixIO

public final class UnixIO
extends JNI

Provide functionality for Unix like handle based I/O functions.


Field Summary
 
Fields inherited from class org.sourceforge.jxutil.JNI
loaded
 
Constructor Summary
private UnixIO()
           
 
Method Summary
static void close(int handle)
           
static FileDescriptor fd(int handle)
           
private static void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnixIO

private UnixIO()
Method Detail

close

public static void close(int handle)
                  throws IOException
IOException

fd

public static FileDescriptor fd(int handle)

init

private static void init()

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.