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

kdu_block::set_buffered_bytes

Java: Kdu_block::Set_buffered_bytes

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"]

Go to class description.


Synopsis

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.


Arguments

buffer [kdu_byte *]

first_idx [int]

num_bytes [int]


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