| synopsis || arguments || prev || next |
void get_buffered_bytes( kdu_byte * buffer, int first_idx, int num_bytes)
Java: void Get_buffered_bytes( byte[] buffer, int first_idx, int num_bytes)
[Declared in "../coresys/common/kdu_compressed.h"]
Transfers num_bytes elements of the public byte_buffer array to the supplied buffer, starting from the element with index first_idx (indices as low as -1 may legally be used). The function is useful for language bindings which offer only function interfaces.