jxUtil 0.6

org.sourceforge.jxutil
Class JNI

java.lang.Object
  |
  +--org.sourceforge.jxutil.JNI
Direct Known Subclasses:
RegistryKey, SCCI, UnixDomain, UnixIO

public class JNI
extends Object

The base class for JNI routines. All classes that have native code in the jxUtil shared library should extend this class. If the native library cannot be loaded, then the loaded member variable is set to false. No error is thrown.

Author:
Keve Müller

Field Summary
static boolean loaded
           
 
Constructor Summary
JNI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

loaded

public static boolean loaded
Constructor Detail

JNI

public JNI()

jxUtil 0.6

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