IReadStream
Read Method of the IReadStream Interface
Read method of the IReadStream Interface in the ABBYY FineReader Engine API — Client-side method that reads the specified number of bytes from the stream; the implementer creates the data array and the caller takes ownership.
This method is implemented on the client-side and is used to input the data for processing from a custom source. Your implementation of this method should create a data array and pass control over it to the caller, who is then responsible for the freeing its memory after use.
