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 #258 (closed enhancement: fixed)

Opened 2008-03-05T14:27:46-06:00

Last modified 2009-04-12T17:30:54-05:00

Move Zip detection logic to ZipReader

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

Description

We need to add a new format reader (ZipReader) to handle Zip files. It should delegate to ImageReader to determine the type of the embedded file. Relating to this, we need smarter buffering logic to make reading Zip files faster and more memory efficient.

Change History

comment:1 Changed 2008-03-05T15:11:39-06:00 by curtis

  • Severity changed from cosmetic to non-issue

comment:2 Changed 2008-03-19T15:13:22-05:00 by curtis

  • Milestone set to bio-formats-m2

comment:3 Changed 2009-02-06T18:06:10-06:00 by melissa

  • Milestone changed from bio-formats-m2 to bio-formats-4.1.0

comment:4 Changed 2009-04-12T17:30:54-05:00 by melissa

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

(In [4995]) * Moved logic for opening Zip, GZip and BZip2 streams from RandomAccessStream to new IRandomAccess implementations.

  • Moved logic for detecting Zip files out of FormatHandler and into loci.formats.in.ZipReader. Closes #258.