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

kdu_cache::close

Java: Kdu_cache::Close

virtual bool close( )

Java: boolean Close( )

Overrides kdu_compressed_source::close

[Declared in "../apps/compressed_io/kdu_cache.h"]

Go to class description.


Synopsis

It is always safe to call this function. It discards all cached data-bins and any associated structures, after which you can start using the object again with a clean slate. Immediately after this call, the get_databin_length function will return 0 in response to all queries.


Return Value

Always returns true.


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