| synopsis || arguments || prev || next |
virtual bool open( jp2_family_src * src, jp2_locator loc=jp2_locator())
Java: boolean Open( Jp2_family_src src, Jp2_locator loc)
[Declared in "../apps/compressed_io/jp2.h"]
Overrides jp2_input_box::open to provide functionality required to check whether or not the src object is different from one with which the object was previously opened. This is necessary to allow the object to be used to open a new source, since close does not actually dissociate the object from the JP2 source; it only closes a single JP2 box.