(make-pointer-of-type datatype size-or-data)(make-pointer-of-type datatype size-or-data options)(offset-pointer ptr offset)Create a 'fake' temporary pointer to use in api calls. Note this function is threadsafe while (.position ptr offset) is not.
Create a 'fake' temporary pointer to use in api calls. Note this function is threadsafe while (.position ptr offset) is not.
(ptr->buffer ptr)Get a nio buffer from the pointer to use in other places. Note this function is threadsafe while a raw .asBuffer call is not!!! https://github.com/bytedeco/javacpp/issues/155.
Get a nio buffer from the pointer to use in other places. Note this function is threadsafe while a raw .asBuffer call is not!!! https://github.com/bytedeco/javacpp/issues/155.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |