quicktime.jdirect
Class JDirectLinker

java.lang.Object
  |
  +--quicktime.jdirect.JDirectLinker

public class JDirectLinker
extends java.lang.Object


Constructor Summary
JDirectLinker()
           
 
Method Summary
static void linkNativeMethods(java.lang.Class nativeClass)
          Uses interfaces to supply the DLL handles.
static void linkNativeMethods(java.lang.Class nativeClass, java.lang.String[] nativeLibraryNames)
           
static java.lang.Object loadLibrary(java.lang.String libraryName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDirectLinker

public JDirectLinker()
Method Detail

loadLibrary

public static java.lang.Object loadLibrary(java.lang.String libraryName)

linkNativeMethods

public static void linkNativeMethods(java.lang.Class nativeClass,
                                     java.lang.String[] nativeLibraryNames)

linkNativeMethods

public static void linkNativeMethods(java.lang.Class nativeClass)
Uses interfaces to supply the DLL handles.