Skip to main content

blob.writeblob(blob)

Writes a blob into the target blob

Availability

Device + Agent

Parameters

Name Type Description
blob Blob Any blob

Returns

Nothing

Description

This method writes the passed blob into the target blob, beginning the insertion at the current position of the target’s read/write pointer. The pointer’s location can be determined using the tell() method and set using the seek() method.

Example Code