public class Pointer32ArrayParameterConverter extends Object implements ToNativeConverter<Pointer[],int[]>
| Modifier and Type | Class and Description |
|---|---|
static class |
Pointer32ArrayParameterConverter.Out |
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,N>, ToNativeConverter.ToNative| Modifier and Type | Field and Description |
|---|---|
protected int |
parameterFlags |
protected Runtime |
runtime |
| Modifier and Type | Method and Description |
|---|---|
static ToNativeConverter<Pointer[],int[]> |
getInstance(ToNativeContext toNativeContext) |
Class<int[]> |
nativeType() |
int[] |
toNative(Pointer[] pointers,
ToNativeContext context) |
protected final Runtime runtime
protected final int parameterFlags
public static ToNativeConverter<Pointer[],int[]> getInstance(ToNativeContext toNativeContext)
public Class<int[]> nativeType()
nativeType in interface ToNativeConverter<Pointer[],int[]>public int[] toNative(Pointer[] pointers, ToNativeContext context)
toNative in interface ToNativeConverter<Pointer[],int[]>Copyright © 2017. All rights reserved.