Set the location for the next read operation and return true if the position is a valid offset within the file.
Remarks
A data source can return binary documents as a byte array (using setDocBytes), a disk file, or as an object that implements the DataSourceStream interface. The DataSourceStream interface provides seek, read, and getLength methods that the dtSearch Engine can use to read a binary document during indexing.