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
It doesn't appear as though there's a straightforward way of copying the contents of a buffer produced by LArray.mmap into another buffer produced by LArray.mmap. LArray.mmap returns a MappedLByteArray whereas its copyTo method requires the target to be an LByteArray.
Any advice? Thanks.
The text was updated successfully, but these errors were encountered:
It doesn't appear as though there's a straightforward way of copying the contents of a buffer produced by
LArray.mmap
into another buffer produced byLArray.mmap
.LArray.mmap
returns aMappedLByteArray
whereas itscopyTo
method requires the target to be anLByteArray
.Any advice? Thanks.
The text was updated successfully, but these errors were encountered: