com.sun.cldc.jna
Class NativeLibrary

java.lang.Object
  extended by com.sun.cldc.jna.NativeLibrary

public class NativeLibrary
extends java.lang.Object

Replacement for native library wrappers which throws exceptions indicating they need to be replaced.

Author:
wolf

Constructor Summary
NativeLibrary()
           
 
Method Summary
 BlockingFunction getBlockingFunction(java.lang.String funcName)
           
static NativeLibrary getDefaultInstance()
           
 Function getFunction(java.lang.String funcName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeLibrary

public NativeLibrary()
Method Detail

getDefaultInstance

public static NativeLibrary getDefaultInstance()

getFunction

public Function getFunction(java.lang.String funcName)

getBlockingFunction

public BlockingFunction getBlockingFunction(java.lang.String funcName)