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