ABBYY Mobile OCR Engine 4

Go to: Contents | Native Library API Reference | Structures

CFineImageInputStream Structure

This structure contains methods for loading an image from the input stream.

C Syntax
typedef struct tagCFineImageInputStream {
   int (*Read)( void* inputStream, BYTE* buffer, int size );
   int (*Skip)( void* inputStream, int size );
} CFineImageInputStream;

Methods

Name Description
Read Reads an image from the input stream.
Skip Skips the specified number of bytes from the input stream.

Input parameter

This structure is passed as an input parameter to the FineLoadImageFromInputStream function.