| synopsis || return value || prev || next |

kdu_stripe_decompressor::finish

Java: Kdu_stripe_decompressor::Finish

bool finish( )

Java: boolean Finish( )

[Declared in "../apps/support/kdu_stripe_decompressor.h"]

Go to class description.


Synopsis

Each call to start must be bracketed by a call to finish, if you wish to re-use the object to decompress further code-streams. Calling this function is not strictly necessary if you intend to use the function only once.


Return Value

True only if all available image data was recovered using the pull_stripe function.


| top || synopsis || return value || prev || next |