public class Pointer64ArrayParameterConverter extends Object implements ToNativeConverter<Pointer[],long[]>
| Modifier and Type | Class and Description |
|---|---|
static class |
Pointer64ArrayParameterConverter.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[],long[]> |
getInstance(ToNativeContext toNativeContext) |
Class<long[]> |
nativeType() |
long[] |
toNative(Pointer[] pointers,
ToNativeContext context) |
protected final Runtime runtime
protected final int parameterFlags
public static ToNativeConverter<Pointer[],long[]> getInstance(ToNativeContext toNativeContext)
public Class<long[]> nativeType()
nativeType in interface ToNativeConverter<Pointer[],long[]>public long[] toNative(Pointer[] pointers, ToNativeContext context)
toNative in interface ToNativeConverter<Pointer[],long[]>Copyright © 2017. All rights reserved.