| synopsis || functions |

kdu_codestream_comment

Java: Kdu_codestream_comment

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


Synopsis

Objects of this class are only interfaces, having the size of a single pointer (memory address). Copying the object has no effect on the underlying state information, but simply serves to provide another interface (or reference) to it.

To create a code-stream comment, use kdu_codestream::add_comment and then modify the contents of the comment using the returned kdu_codestream_comment interface. Note that comments should all be created and filled in prior to any call to kdu_codestream::flush. After that call, all comments will be marked as "read only", although the interfaces returned by kdu_codestream::add_comment or kdu_codestream::get_comment remain valid until the relevant kdu_codestream object has been destroyed (see kdu_codestream::destroy).


Public Functions

kdu_codestream_comment (2 forms)

get_text {Java: Get_text}

check_readonly {Java: Check_readonly}

put_text {Java: Put_text}

operator<< (9 forms)


| top || synopsis || functions |