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

jp2_source::open

Java: Jp2_source::Open

virtual bool open( jp2_family_src * src, jp2_locator loc=jp2_locator())

Java: boolean Open( Jp2_family_src src, Jp2_locator loc)

Overrides jp2_input_box::open

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

Go to class description.


Synopsis

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.


Arguments

src [jp2_family_src *]

loc [jp2_locator]


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