Uses of Annotation Interface
org.bytedeco.javacpp.annotation.Raw
Packages that use Raw
-
Uses of Raw in org.bytedeco.javacpp
Methods in org.bytedeco.javacpp with annotations of type RawModifier and TypeMethodDescriptionstatic Object
Loader.Helper.accessGlobalRef
(Pointer globalRef) Returns an Object from the JNI global reference stored in the Pointer.static void
Loader.Helper.deleteGlobalRef
(Pointer globalRef) Deletes the JNI global reference stored in the Pointer.static void
Loader.Helper.loadGlobal
(String filename) Loads all symbols from a library globally, that isdlopen(filename, RTLD_LAZY | RTLD_GLOBAL)
, or simply by default withLoadLibrary(filename)
on Windows.Method parameters in org.bytedeco.javacpp with annotations of type RawModifier and TypeMethodDescriptionprotected static long
Pointer.getDirectBufferAddress
(Buffer b) Returns the starting address of the memory region referenced by the given directBuffer
.static Pointer
Loader.Helper.newGlobalRef
(Object object) Returns a JNI global reference stored in a Pointer for the given Object.