| synopsis || arguments || prev || next |

kdu_cache::demote_databin

Java: Kdu_cache::Demote_databin

virtual void demote_databin( int databin_class, kdu_long codestream_id, kdu_long databin_id)

Java: void Demote_databin( int databin_class, long codestream_id, long databin_id)

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

Go to class description.


Synopsis

If the indicated data-bin does not have a representation in the cache, this function does nothing. Otherwise, it demotes the data-bin to the tail of the most recently used list (head of the least recently used list). See add_to_databin for an explanation of data-bin classes and identifiers.


Arguments

databin_class [int]

codestream_id [kdu_long]

databin_id [kdu_long]


| top || synopsis || arguments || prev || next |