You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"byte_buffer", JPy_byte_buffer, METH_VARARGS,
"byte_buffer(obj) - Return a new Java direct ByteBuffer sharing the same underlying, contiguous buffer of obj via its implemented Buffer Protocol. The resulting PYObject must live "
"longer than the Java object to ensure the underlying data remains valid. In most cases, this means that java functions called in this manner must not keep any references"
" to the ByteBuffer"},
Right now the onus is on the user to heed and respect the warning. There might be a chance in the future to remove that if Java opens the DirectByteBuffer API up some more.
The text was updated successfully, but these errors were encountered:
A follow-up of #111
Right now the onus is on the user to heed and respect the warning. There might be a chance in the future to remove that if Java opens the DirectByteBuffer API up some more.
The text was updated successfully, but these errors were encountered: