Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.8.0
-
None
-
None
Description
Currently, the DynamicByteArray allows access to external callers by filling a Text buffer provided by the caller. This involves a copy of data. Instead, allow DynamicByteArray to return a ByteBuffer which gives a view into the data, which in many cases, may prevent copying the data from one buffer to another.
Attachments
Issue Links
- links to