Skip to main content

blob.tell()

Returns the location of the blob’s pointer

Availability

Device + Agent

Returns

Integer — the pointer’s location

Description

This method returns the current location (index value) of the blob’s read/write pointer.

The location of the pointer can be set using the seek() method.

Example Code