Writes a string into the blob
Device + Agent
Name | Type | Description |
---|---|---|
string | String |
Any string
|
Nothing
This method writes the passed string into the target blob, placing the string’s characters 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.