Uses of Annotation Type
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 ObjectLoader.Helper.accessGlobalRef(Pointer globalRef) Returns an Object from the JNI global reference stored in the Pointer.static voidLoader.Helper.deleteGlobalRef(Pointer globalRef) Deletes the JNI global reference stored in the Pointer.static voidLoader.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 longPointer.getDirectBufferAddress(Buffer b) Returns the starting address of the memory region referenced by the given directBuffer.static PointerLoader.Helper.newGlobalRef(Object object) Returns a JNI global reference stored in a Pointer for the given Object.