| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference | Structures | CFineImageInputStream
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.
int (*Skip)( void* inputStream, int size );
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.