Browse Source
Added a utility method that composes data buffers into a single buffer. Depending on the `DataBuffer` implementation, the returned buffer may be a single buffer containing all data of the provided buffers, or it may be a true composite that contains references to the buffers. Issue: SPR-16365pull/1503/merge
6 changed files with 99 additions and 3 deletions
Loading…
Reference in new issue