Package dev.vortex.jni
Class NativeSession
java.lang.Object
dev.vortex.jni.NativeSession
JNI boundary for
Session.-
Method Summary
Modifier and TypeMethodDescriptionstatic voidfree(long pointer) Free a session previously returned bynewSession().static longAllocate a fresh native session.
-
Method Details
-
newSession
public static long newSession()Allocate a fresh native session. Free withfree(long). -
free
public static void free(long pointer) Free a session previously returned bynewSession().
-