| synopsis || arguments || prev || next |
Overload navigation: 1, 2
virtual void open( jp2_family_tgt * tgt, kdu_uint32 box_type, bool rubber_length=false)
Java: void Open( Jp2_family_tgt tgt, long box_type, boolean rubber_length)
[Declared in "../apps/compressed_io/jp2.h"]
Opens a new output box with the indicated box_type (usually a 4 character code). If the rubber_length argument is false, the contents of the box will be buffered so that the final length of the box may be determined and written as the first field of the box. Otherwise, the box will pass its contents directly through to the tgt object as they appear. Note that a box may be given a rubber length after it is opened using set_rubber_length.