|
JNA API> 3.2.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.win32.W32APIFunctionMapper
public class W32APIFunctionMapper
Encapsulates lookup of W32 API UNICODE/ASCII functions.
Field Summary | |
---|---|
static FunctionMapper |
ASCII
|
static FunctionMapper |
UNICODE
|
Constructor Summary | |
---|---|
protected |
W32APIFunctionMapper(boolean unicode)
|
Method Summary | |
---|---|
java.lang.String |
getFunctionName(NativeLibrary library,
java.lang.reflect.Method method)
Looks up the method name by adding a "W" or "A" suffix as appropriate. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final FunctionMapper UNICODE
public static final FunctionMapper ASCII
Constructor Detail |
---|
protected W32APIFunctionMapper(boolean unicode)
Method Detail |
---|
public java.lang.String getFunctionName(NativeLibrary library, java.lang.reflect.Method method)
getFunctionName
in interface FunctionMapper
|
JNA API> 3.2.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |