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

kdu_subband::close_block

Java: Kdu_subband::Close_block

void close_block( kdu_block * block)

Java: void Close_block( Kdu_block block)

[Declared in "../coresys/common/kdu_compressed.h"]

Go to class description.


Synopsis

Recycles the kdu_block object recovered by a previous call to kdu_subband::open_block to the internal code-stream management machinery, for later re-use.

For interchange and output codestreams, the function also causes the compressed data to be copied into more efficient internal structures until we are ready to generate the final code-stream (or code-stream packets).

Although this function may be used with interchange codestreams, its namesake in the kdu_precinct interface is recommended instead for interchange applications. For more on this, consult the comments appearing with kdu_precinct::open_block and kdu_precinct::close_block.


Arguments

block [kdu_block *]


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