| synopsis || arguments || prev || next |
void set_buffered_bytes( kdu_byte * buffer, int first_idx, int num_bytes)
Java: void Set_buffered_bytes( byte[] buffer, int first_idx, int num_bytes)
[Declared in "../coresys/common/kdu_compressed.h"]
Transfers num_bytes elements from the supplied buffer to the public byte_buffer array, starting at the byte_buffer 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.