| synopsis || arguments || prev |

kdu_output::write

Java: Kdu_output::Write

void write( kdu_byte * buf, int count)

Java: void Write( byte[] buf, int count)

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

Go to class description.


Synopsis

Writes zero or more bytes from the supplied buffer.


Arguments

buf [kdu_byte *]

Points to the source byte buffer.

count [int]

The number of bytes to write from the buffer.


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