| Constructor and Description |
|---|
NativeStruct(boolean wideChar) |
| Modifier and Type | Method and Description |
|---|---|
static PInvoke.NativeStruct |
fromClass(Class struct,
boolean wideChar) |
void |
fromNative(long ptr,
Object obj) |
void |
parse(Class struct) |
int |
sizeOf() |
void |
toNative(long ptr,
Object obj) |
long |
toNative(Object obj) |
public static PInvoke.NativeStruct fromClass(Class struct, boolean wideChar)
public void parse(Class struct)
public int sizeOf()
public long toNative(Object obj) throws IllegalArgumentException, IllegalAccessException
public void toNative(long ptr,
Object obj)
throws IllegalArgumentException,
IllegalAccessException
public void fromNative(long ptr,
Object obj)
throws IllegalArgumentException,
IllegalAccessException
Copyright © 2018. All rights reserved.