Writes a blob into the target blob
Device + Agent
Name | Type | Description |
---|---|---|
blob | Blob |
Any blob
|
Nothing
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.