Insert a byte range from source into dest at destOffset.
Synopsis
Description
Insert the specified sourceLength bytes from the specified sourceOffset in the specified source to the specified destOffset in the specified dest.
Parameters
Name |
Description |
dest |
destination blob |
destOffset |
insertion offset in |
source |
source blob |
sourceOffset |
starting byte offset in |
sourceLength |
number of bytes to insert from |
Created with MrDocs