@JniClass(name="JNIComparator", flags={STRUCT,CPP}) public static class NativeComparator.ComparatorJNI extends Object
Constructor and Description |
---|
ComparatorJNI() |
Modifier and Type | Method and Description |
---|---|
static long |
create() |
static void |
delete(long ptr) |
static void |
memmove(long dest,
NativeComparator.ComparatorJNI src,
long size) |
static void |
memmove(NativeComparator.ComparatorJNI dest,
long src,
long size) |
@JniMethod(flags=CPP_NEW) public static final long create()
@JniMethod(flags=CPP_DELETE) public static final void delete(long ptr)
public static final void memmove(@JniArg(cast="void *") long dest, @JniArg(cast="const void *",flags={NO_OUT,CRITICAL}) NativeComparator.ComparatorJNI src, @JniArg(cast="size_t") long size)
public static final void memmove(@JniArg(cast="void *",flags={NO_IN,CRITICAL}) NativeComparator.ComparatorJNI dest, @JniArg(cast="const void *") long src, @JniArg(cast="size_t") long size)
Copyright © 2009–2024 FuseSource, Corp.. All rights reserved.