: Class JDirectLinker
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
quicktime.jdirect
Class JDirectLinker
java.lang.Object
|
+--quicktime.jdirect.JDirectLinker
public class JDirectLinkerextends 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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD