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

jp2_output_box::write

Java: Jp2_output_box::Write

Overload navigation: 1, 2, 3, 4, 5, 6

virtual bool write( const kdu_byte * buf, int num_bytes)

Java: boolean Write( byte[] buf, int num_bytes)

Overrides kdu_compressed_target::write

[Declared in "../apps/compressed_io/jp2.h"]

Go to class description.


Synopsis

Implements kdu_compressed_target::write, writing the indicated number of bytes to the body of the box, from the supplied buffer. Returns false if the output device is unable to receive all of the supplied data (e.g., disk full).


Arguments

buf [const kdu_byte *]

num_bytes [int]


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