Interface for returning binary documents through the DataSource3 interface.
File
File: DataSourceStream.java
Package: com.dtsearch.engine
Syntax
Methods
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.
Class Hierarchy
com.dtsearch.engine.DataSourceStream