ABBYY Mobile OCR Engine 4

Go to: Contents | Native Library API Reference | Structures | CFineImageInputStream

Skip Method of CFineImageInputStream Structure

This method skips the specified number of bytes from the input stream.

Note: A pointer to the Skip function can be zero, in this case, the Read function is used.

C Syntax
int (*Skip)( 
   void* inputStream,  
   int   size
);

Parameters

inputStream
A pointer to the CFineImageInputStream object.
size
The size of the skipped data in bytes.

Return value

It returns the number of the skipped bytes that should be equal to the size parameter. If the value does not equal to the size parameter, it is interpreted as a reading error.

See also

CFineImageInputStream