| synopsis || prev || next |

kdu_codestream_comment::get_text

Java: Kdu_codestream_comment::Get_text

const char * get_text( )

Java: String Get_text( )

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

Go to class description.


Synopsis

Returns the text string which is stored in the code-stream comment marker. We currently support only ASCII text comments. The returned string is null-terminated in the usual way and must not be overwritten. The string may not be valid after a subsequent successful call to check_readonly. The returned pointer will be NULL only if the interface has not been initialized.


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