NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

Ticket #256 (closed enhancement: fixed)

Opened 2008-03-05T14:18:47-06:00

Last modified 2009-03-11T16:58:50-05:00

Add new isThisType signature

Reported by: melissa Owned by: melissa
Priority: minor Milestone:
Component: bio-formats Severity: non-issue
Keywords: Cc:
Blocked By: Blocking:

Description

Add "boolean isThisType(RandomAccessStream)" to IFormatReader API. isThisType(byte[]) should delegate to isThisType(RandomAccessStream).

Change History

comment:1 Changed 2008-03-07T12:50:33-06:00 by curtis

In many cases, such as when we open a file to find a particular TIFF IFD entry, isThisType(String, boolean) can delegate to isThisType(RandomAccessStream) as well, when open=true.

comment:2 Changed 2008-03-19T15:12:25-05:00 by curtis

  • Milestone set to bio-formats-m2

comment:3 Changed 2008-07-17T13:58:01-05:00 by melissa

  • Status changed from new to closed
  • Resolution set to fixed

(In [4205]) Added isThisType(RandomAccessStream) to IFormatReader API. Closes #256.

comment:4 Changed 2009-03-11T16:58:50-05:00 by curtis

  • Milestone bio-formats-m2 deleted

Milestone bio-formats-m2 deleted