Ticket #362 (closed task: fixed)
Opened 2009-02-19T10:39:38-06:00
Last modified 2009-03-12T11:03:04-05:00
Clean up delegation to legacy readers
Reported by: | melissa | Owned by: | melissa |
---|---|---|---|
Priority: | minor | Milestone: |
|
Component: | bio-formats | Severity: | non-issue |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
For formats that have multiple readers (QuickTime and ND2), we should create a master reader that handles delegation to the legacy reader. For example, the existing QTReader would be moved to NativeQTReader; a new QTReader would then be written to choose between NativeQTReader and LegacyQTReader. All of the delegation logic would then be removed from NativeQTReader and LegacyQTReader.
(In [4906]) Moved native QuickTime reader to loci.formats.in.NativeQTReader. QTReader is now the master reader for QuickTime files, and will delegate to NativeQTReader or LegacyQTReader as appropriate. See #362.